mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 07:23:52 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user