mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
commit bash-20200319 snapshot
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user