summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/Tools/update-lsr3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/Tools/update-lsr b/Master/Tools/update-lsr
index 7756de3556d..56f8649a830 100755
--- a/Master/Tools/update-lsr
+++ b/Master/Tools/update-lsr
@@ -10,6 +10,7 @@ PATH=$tools:$PATH; export PATH
umask 0
master=`cd $mydir/.. && pwd`
+cd $master || exit 1
# generate new.
./bin/i386-linux/mktexlsr
@@ -18,4 +19,4 @@ master=`cd $mydir/.. && pwd`
test -f texmf-var/ls-R && svn revert texmf-var/ls-R
# if we have changes, submit to repository (frightening but necessary).
-svn commit -m'update-lsr autoupdate'
+svn commit -m'update-lsr autoupdate' texmf*/ls-R