diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-16 00:33:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-16 00:33:57 +0000 |
commit | cbd29c1c183a46161f2c6a2d0c6534383156de76 (patch) | |
tree | e065d2526d478eb7b3c3fd8fd6f1dae18fbbb08f /Build/source | |
parent | 39e4aede8b3546e336deb3cba8854e45a76887c7 (diff) |
not updmap --quiet after all
git-svn-id: svn://tug.org/texlive/trunk@3515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/tetex/texconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tetex/texconfig b/Build/source/texk/tetex/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Build/source/texk/tetex/texconfig +++ b/Build/source/texk/tetex/texconfig @@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=texconfig # the version string -version=1168907450 # seconds since `00:00:00 1970-01-01 UTC' +version=1168907609 # seconds since `00:00:00 1970-01-01 UTC' # date '+%s' (with GNU date) envVars=" @@ -1146,7 +1146,7 @@ $formatsForHyphenFmt" "") if fmtutil --all \ && texlinks --multiplatform \ - && updmap --quiet; then + && updmap; then : else rc=1 |