diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-07 23:44:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-07 23:44:09 +0000 |
commit | 3f49bad6cd5234b4e0ea156f6f68f6430643c10f (patch) | |
tree | d10c8bd7bbd9ee14004d002669aaa9179cd32840 /Master/bin/i386-linux/updmap | |
parent | 10282747f337c3ca24519d395f4fd5ee5672cba7 (diff) |
first commit of i386-linux binaries for TL09
git-svn-id: svn://tug.org/texlive/trunk@13663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-linux/updmap')
-rwxr-xr-x | Master/bin/i386-linux/updmap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/bin/i386-linux/updmap b/Master/bin/i386-linux/updmap index e09c817451b..a71378a01bc 100755 --- a/Master/bin/i386-linux/updmap +++ b/Master/bin/i386-linux/updmap @@ -774,7 +774,7 @@ cleanup() { rc=$1 $needsCleanup && test -n "$tmpdir" && test -d "$tmpdir" \ - && { cd / && rm -rf "$tmpdir"; } + && { cd $orig_pwd && rm -rf "$tmpdir"; } (exit $rc); exit $rc } @@ -1323,6 +1323,7 @@ main() link_cmd="ln -s" copy_cmd="cp" copy=false + orig_pwd=`pwd` cfgparam= outputdirparam= |