mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
commit bash-20080828 snapshot
This commit is contained in:
+6
-4
@@ -2,11 +2,13 @@
|
||||
|
||||
: ${TMPDIR:=/tmp}
|
||||
|
||||
rm -f $TMPDIR/foo
|
||||
echo "echo one - OK" > $TMPDIR/foo
|
||||
. $TMPDIR/foo
|
||||
TMPFN=$TMPDIR/foo-$$
|
||||
|
||||
rm -f $TMPFN
|
||||
echo "echo one - OK" > $TMPFN
|
||||
. $TMPFN
|
||||
echo $?
|
||||
rm -f $TMPDIR/foo
|
||||
rm -f $TMPFN
|
||||
|
||||
# non-regular readable file
|
||||
. /dev/null
|
||||
|
||||
Reference in New Issue
Block a user