diff options
author | Norbert Preining <preining@logic.at> | 2008-05-08 08:20:39 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-08 08:20:39 +0000 |
commit | 012963a39269c51a7c94afabeb2bda2ac20f84aa (patch) | |
tree | db7bc0b4ea361aa460d75e64028fa63637a3cc81 /Master/bin/i386-linux | |
parent | 1df94a7d39a62866efb8e49f6e313dbad47cdbb4 (diff) |
update updmap
git-svn-id: svn://tug.org/texlive/trunk@7935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-linux')
-rwxr-xr-x | Master/bin/i386-linux/updmap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/bin/i386-linux/updmap b/Master/bin/i386-linux/updmap index 02482d2bce3..f55fd95a84c 100755 --- a/Master/bin/i386-linux/updmap +++ b/Master/bin/i386-linux/updmap @@ -92,7 +92,7 @@ export PATH test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' # the version string -version=1193268062 # seconds since `00:00:00 1970-01-01 UTC' +version=1210234762 # seconds since `00:00:00 1970-01-01 UTC' # date '+%s' (with GNU date) # @@ -1345,7 +1345,7 @@ main() if test -n "$cfgmaint"; then if test -z "$cfgparam"; then - co=`$TEXMFMAIN/texconfig/tcfmgr --tmp $tmpdir --cmd co --file $cnfFileShort` + co=`"$TEXMFMAIN/texconfig/tcfmgr" --tmp $tmpdir --cmd co --file $cnfFileShort` test $? = 0 || cleanup 1 set x $co; shift id=$1; cnfFile=$3; orig=$4 @@ -1370,7 +1370,7 @@ main() unchanged=true if test -z "$cfgparam"; then - ci=`$TEXMFMAIN/texconfig/tcfmgr --tmp $tmpdir --cmd ci --id $id` + ci=`"$TEXMFMAIN/texconfig/tcfmgr" --tmp $tmpdir --cmd ci --id $id` test $? = 0 || cleanup 1 case "$ci" in "") : ;; |