bash-5.2-alpha release

This commit is contained in:
Chet Ramey
2022-01-20 15:06:05 -05:00
parent 9439ce094c
commit 4491c03014
409 changed files with 63491 additions and 54851 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
unset LC_ALL LC_CTYPE
export LANG=en_US.UTF-8
export LANG=C
case $(printf %d\\n \'A) in
65) ;;
*) echo "printf2.sub: character conversion failed" >&2 ;;
esac
export LANG=en_US.UTF-8
case $(printf %d\\n \'À) in
192) exit 0;;
*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;