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 /Master/bin | |
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 'Master/bin')
-rwxr-xr-x | Master/bin/alpha-linux/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/hppa-hpux/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/i386-darwin/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/i386-freebsd/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/i386-linux/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/i386-openbsd/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/i386-solaris/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/mips-irix/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/powerpc-aix/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/powerpc-darwin/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/powerpc-linux/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/sparc-linux/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/sparc-solaris/texconfig | 4 | ||||
-rwxr-xr-x | Master/bin/x86_64-linux/texconfig | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/Master/bin/alpha-linux/texconfig b/Master/bin/alpha-linux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/alpha-linux/texconfig +++ b/Master/bin/alpha-linux/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 diff --git a/Master/bin/hppa-hpux/texconfig b/Master/bin/hppa-hpux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/hppa-hpux/texconfig +++ b/Master/bin/hppa-hpux/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 diff --git a/Master/bin/i386-darwin/texconfig b/Master/bin/i386-darwin/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/i386-darwin/texconfig +++ b/Master/bin/i386-darwin/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 diff --git a/Master/bin/i386-freebsd/texconfig b/Master/bin/i386-freebsd/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/i386-freebsd/texconfig +++ b/Master/bin/i386-freebsd/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 diff --git a/Master/bin/i386-linux/texconfig b/Master/bin/i386-linux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/i386-linux/texconfig +++ b/Master/bin/i386-linux/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 diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/i386-openbsd/texconfig +++ b/Master/bin/i386-openbsd/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 diff --git a/Master/bin/i386-solaris/texconfig b/Master/bin/i386-solaris/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/i386-solaris/texconfig +++ b/Master/bin/i386-solaris/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 diff --git a/Master/bin/mips-irix/texconfig b/Master/bin/mips-irix/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/mips-irix/texconfig +++ b/Master/bin/mips-irix/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 diff --git a/Master/bin/powerpc-aix/texconfig b/Master/bin/powerpc-aix/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/powerpc-aix/texconfig +++ b/Master/bin/powerpc-aix/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 diff --git a/Master/bin/powerpc-darwin/texconfig b/Master/bin/powerpc-darwin/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/powerpc-darwin/texconfig +++ b/Master/bin/powerpc-darwin/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 diff --git a/Master/bin/powerpc-linux/texconfig b/Master/bin/powerpc-linux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/powerpc-linux/texconfig +++ b/Master/bin/powerpc-linux/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 diff --git a/Master/bin/sparc-linux/texconfig b/Master/bin/sparc-linux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/sparc-linux/texconfig +++ b/Master/bin/sparc-linux/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 diff --git a/Master/bin/sparc-solaris/texconfig b/Master/bin/sparc-solaris/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/sparc-solaris/texconfig +++ b/Master/bin/sparc-solaris/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 diff --git a/Master/bin/x86_64-linux/texconfig b/Master/bin/x86_64-linux/texconfig index fbb1506b6ed..922dc7939e2 100755 --- a/Master/bin/x86_64-linux/texconfig +++ b/Master/bin/x86_64-linux/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 |