summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-04-04 09:09:11 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-04-04 09:09:11 +0000
commit2266ed3e9321b89c55ae8f6d30a55d1aabc0eace (patch)
tree0310c78a5da0c0f24ff3ff89f303e180a1bdd1ec /Master
parent02f6b96882b822406cb12a54d7a5ee6daff17630 (diff)
tl-portable.sh bugfix
git-svn-id: svn://tug.org/texlive/trunk@7314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tl-portable.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tl-portable.sh b/Master/tl-portable.sh
index a1a41ec54f9..9cba24b23f8 100755
--- a/Master/tl-portable.sh
+++ b/Master/tl-portable.sh
@@ -23,11 +23,12 @@ cd $dirsave
if test -w $TEXDIR; then
# make sure $TEXDIR is really writable
-$testfile=1
+testfile=1
while test -e $TEXDIR/$testfile
do testfile=`expr $testfile + 1`
done
- echo Hello >$TEXDIR/testfile 2>/dev/null
+ echo Testing whether $TEXDIR is writable...
+ echo Hello >$TEXDIR/$testfile 2>/dev/null
if test -e $TEXDIR/$testfile; then
rm $TEXDIR/$testfile
tlwrite=$TEXDIR