Codebase list mksh / 591d7ad
also test for exec -a mirabilos authored 2 years ago mirabilos committed 2 years ago
2 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1515 - [tg] Add debug-buffer editing command #ifdef DF (for developing mksh)
1616 - [tg] Correct off-by-one, unroll loop in escaping code
1717 * Check glibc’s default locale matches the one in mksh-static/lksh-static
18
19 -- Thorsten Glaser <tg@mirbsd.de> Sat, 16 Oct 2021 04:38:10 +0200
18 * Test argv[0] can be changed (cf. #970460)
19
20 -- Thorsten Glaser <tg@mirbsd.de> Sat, 16 Oct 2021 04:53:47 +0200
2021
2122 mksh (59c-12) unstable; urgency=low
2223
4141 ;;
4242 (*)
4343 echo >&2 "WARNING: unknown glibc default locale '$glibc_default_locale'"
44 ;;
45 esac
46 case $(/bin/bash -c 'exec -a meow /bin/bash -c '\''echo $0'\' 2>&1) in
47 (meow)
48 ;;
49 (*)
50 echo >&2 'WARNING: exec -a does not work (#970460?)'
4451 ;;
4552 esac
4653