summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-26 18:10:58 +0000
committerKarl Berry <karl@freefriends.org>2008-07-26 18:10:58 +0000
commit792834f087e5d6fa723eb7b0101693636a22d533 (patch)
tree94ec1000d52586974175b16f8f1ab06969a153fd /Master/tlpkg/bin/tl-update-images
parentfe136e3276dbd8a40f1a1ac60a756cfdfe68ee50 (diff)
update man pages from la(te)st build
git-svn-id: svn://tug.org/texlive/trunk@9788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index ff340e6ed12..c5ccbc054e0 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -24,8 +24,8 @@ unset CDPATH # avoid output from cd
umask 0
renice +19 -p $$ >/dev/null 2>&1
-HERE=`cd \`dirname $0\` && /bin/pwd`
-cd $HERE || exit 1 # the Master/tlpkg/bin directory
+mydir=`cd \`dirname $0\` && /bin/pwd`
+cd $mydir || exit 1 # the Master/tlpkg/bin directory
master=`cd ../.. && /bin/pwd`
test -z "$master" && exit 1