Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+2
View File
@@ -54,6 +54,8 @@ if [ -x /bin/false ]; then
FALSE=/bin/false
elif [ -x /usr/bin/false ]; then
FALSE=/usr/bin/false
elif [ -x /usr/local/bin/false ]; then
FALSE=/usr/local/bin/false
else
FALSE='command false'
fi