commit bash-20080828 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:28:04 -05:00
parent dd4f3dd893
commit 40c8fbee93
78 changed files with 7535 additions and 3603 deletions
+6 -4
View File
@@ -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