commit bash-20200529 snapshot

This commit is contained in:
Chet Ramey
2020-06-03 18:31:24 -04:00
parent 37adc8b99d
commit f9df535553
16 changed files with 221 additions and 36 deletions
+1 -2
View File
@@ -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