mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 05:00:50 +02:00
commit bash-20200529 snapshot
This commit is contained in:
@@ -28,7 +28,7 @@ if [ -x /usr/bin/false ]; then
|
||||
elif [ -x /bin/false ]; then
|
||||
binfalse=/bin/false
|
||||
else
|
||||
binfalse=true
|
||||
binfalse=false
|
||||
fi
|
||||
|
||||
shopt -s lastpipe
|
||||
@@ -71,4 +71,3 @@ ${THIS_SH} ./lastpipe1.sub
|
||||
echo lastpipe1.sub returns $?
|
||||
|
||||
${THIS_SH} ./lastpipe2.sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user