commit bash-20161111 snapshot

This commit is contained in:
Chet Ramey
2016-11-14 13:46:09 -05:00
parent 78a3f8a4ba
commit 216e2e9b8b
51 changed files with 1885 additions and 2255 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
# bash-2.01.1 failed this test
FN=/tmp/bash-glob.$$
: ${TMPDIR:=/var/tmp}
FN=$TMPDIR/bash-glob.$$
mkdir $FN
cd $FN
mkdir foo
mkdir foobar
touch foo/bar
@@ -10,5 +13,5 @@ chmod 311 foo foobar
echo f*/bar
chmod 777 foo foobar
cd /
cd $OLDPWD
rm -rf $FN