commit bash-20200319 snapshot

This commit is contained in:
Chet Ramey
2020-03-23 09:43:16 -04:00
parent cf58e12ce6
commit 0b39c3bcd3
14 changed files with 164 additions and 10 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
ORIGD=$PWD
: ${TMPDIR:=/var/tmp}
SD=$TMPDIR/scratch-$$
SD=$TMPDIR/bash-glob-$$
[ -d $SD ] || mkdir $SD
cd $SD
builtin cd $SD || { echo "glob5.sub: cannot change directory to $SD" >&2 ; exit 1; }
mkdir tmp
D=./tmp/a