summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-16 00:32:56 +0000
committerKarl Berry <karl@freefriends.org>2007-01-16 00:32:56 +0000
commit39e4aede8b3546e336deb3cba8854e45a76887c7 (patch)
treef95d16c1b852679a5df0539886cda4978cc46447
parent25e1fd2e489a9ca77fe1556df830dce49baf1018 (diff)
for init, only when texlinks&&updmap if fmtutil succeeds
git-svn-id: svn://tug.org/texlive/trunk@3514 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/tetex/ChangeLog4
-rwxr-xr-xBuild/source/texk/tetex/texconfig12
-rwxr-xr-xMaster/bin/alpha-linux/texconfig12
-rwxr-xr-xMaster/bin/hppa-hpux/texconfig18
-rwxr-xr-xMaster/bin/i386-darwin/texconfig24
-rwxr-xr-xMaster/bin/i386-freebsd/texconfig18
-rwxr-xr-xMaster/bin/i386-linux/texconfig12
-rwxr-xr-xMaster/bin/i386-openbsd/texconfig12
-rwxr-xr-xMaster/bin/i386-solaris/texconfig12
-rwxr-xr-xMaster/bin/mips-irix/texconfig12
-rwxr-xr-xMaster/bin/powerpc-aix/texconfig12
-rwxr-xr-xMaster/bin/powerpc-darwin/texconfig24
-rwxr-xr-xMaster/bin/powerpc-linux/texconfig12
-rwxr-xr-xMaster/bin/sparc-linux/texconfig12
-rwxr-xr-xMaster/bin/sparc-solaris/texconfig12
-rwxr-xr-xMaster/bin/x86_64-linux/texconfig12
16 files changed, 142 insertions, 78 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog
index 872e6009d55..6bc4f3dafe9 100644
--- a/Build/source/texk/tetex/ChangeLog
+++ b/Build/source/texk/tetex/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-16 Karl Berry <karl@tug.org>
+
+ * texconfig (init): only run texlinks and updmap if fmtutil succeeds.
+
2007-01-14 Karl Berry <karl@tug.org>
* texconfig: check for pdftex rather than pdfetex.
diff --git a/Build/source/texk/tetex/texconfig b/Build/source/texk/tetex/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/alpha-linux/texconfig b/Master/bin/alpha-linux/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/hppa-hpux/texconfig b/Master/bin/hppa-hpux/texconfig
index 3f02cebb312..fbb1506b6ed 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=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -629,7 +629,7 @@ Get more help with
echo
echo '==================== binaries found by searching $PATH ==================='
echo "PATH=$PATH"
- echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
+ echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
@@ -1187,7 +1191,7 @@ Valid MODE settings:"
if checkForBinary dvips >/dev/null && tcfmgr --cmd find --file config.ps >/dev/null 2>&1; then
tcBatch dvips mode "$tcBatchMode"
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex mode "$tcBatchMode"
fi
else
@@ -1231,7 +1235,7 @@ Valid PAPER settings:
if checkForBinary xdvi >/dev/null && tcfmgr --cmd find --file XDvi >/dev/null 2>&1; then
tcBatch xdvi paper $pXdvi
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex paper $p
fi
;;
diff --git a/Master/bin/i386-darwin/texconfig b/Master/bin/i386-darwin/texconfig
index f5a85098e0d..fbb1506b6ed 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=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -629,7 +629,7 @@ Get more help with
echo
echo '==================== binaries found by searching $PATH ==================='
echo "PATH=$PATH"
- echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
+ echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
@@ -1187,7 +1191,7 @@ Valid MODE settings:"
if checkForBinary dvips >/dev/null && tcfmgr --cmd find --file config.ps >/dev/null 2>&1; then
tcBatch dvips mode "$tcBatchMode"
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex mode "$tcBatchMode"
fi
else
@@ -1231,7 +1235,7 @@ Valid PAPER settings:
if checkForBinary xdvi >/dev/null && tcfmgr --cmd find --file XDvi >/dev/null 2>&1; then
tcBatch xdvi paper $pXdvi
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex paper $p
fi
;;
@@ -1257,7 +1261,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1276,7 +1280,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1285,7 +1289,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/i386-freebsd/texconfig b/Master/bin/i386-freebsd/texconfig
index 3f02cebb312..fbb1506b6ed 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=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -629,7 +629,7 @@ Get more help with
echo
echo '==================== binaries found by searching $PATH ==================='
echo "PATH=$PATH"
- echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
+ echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
@@ -1187,7 +1191,7 @@ Valid MODE settings:"
if checkForBinary dvips >/dev/null && tcfmgr --cmd find --file config.ps >/dev/null 2>&1; then
tcBatch dvips mode "$tcBatchMode"
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex mode "$tcBatchMode"
fi
else
@@ -1231,7 +1235,7 @@ Valid PAPER settings:
if checkForBinary xdvi >/dev/null && tcfmgr --cmd find --file XDvi >/dev/null 2>&1; then
tcBatch xdvi paper $pXdvi
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex paper $p
fi
;;
diff --git a/Master/bin/i386-linux/texconfig b/Master/bin/i386-linux/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/i386-solaris/texconfig b/Master/bin/i386-solaris/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/mips-irix/texconfig b/Master/bin/mips-irix/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/powerpc-aix/texconfig b/Master/bin/powerpc-aix/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/powerpc-darwin/texconfig b/Master/bin/powerpc-darwin/texconfig
index f5a85098e0d..fbb1506b6ed 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=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -629,7 +629,7 @@ Get more help with
echo
echo '==================== binaries found by searching $PATH ==================='
echo "PATH=$PATH"
- echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm
+ echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm
echo
echo '=========================== active config files =========================='
echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
@@ -1187,7 +1191,7 @@ Valid MODE settings:"
if checkForBinary dvips >/dev/null && tcfmgr --cmd find --file config.ps >/dev/null 2>&1; then
tcBatch dvips mode "$tcBatchMode"
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex mode "$tcBatchMode"
fi
else
@@ -1231,7 +1235,7 @@ Valid PAPER settings:
if checkForBinary xdvi >/dev/null && tcfmgr --cmd find --file XDvi >/dev/null 2>&1; then
tcBatch xdvi paper $pXdvi
fi
- if checkForBinary pdfetex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
+ if checkForBinary pdftex >/dev/null && tcfmgr --cmd find --file pdftexconfig.tex >/dev/null 2>&1; then
tcBatch pdftex paper $p
fi
;;
@@ -1257,7 +1261,7 @@ Valid PAPER settings:
set x `getRes "$tcBatchPdftexMode"`; shift
fmgrConfigReplace pdftexconfig.tex 'pdfpkresolution' "\\pdfpkresolution=$1"
if $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
else
echo "$progname: unknown MODE \`$tcBatchPdftexMode' given as argument for \`$progname pdftex mode'" >&2
@@ -1276,7 +1280,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
a4)
@@ -1285,7 +1289,7 @@ Valid PAPER settings:
wChanged=$fmgrConfigReplaceChanged
fmgrConfigReplace pdftexconfig.tex pdfpageheight '\pdfpageheight='"$h"
if $wChanged || $fmgrConfigReplaceChanged; then
- fmtutil --all
+ fmtutil --refresh
fi
;;
"") echo "$help" >&2; rc=1;;
diff --git a/Master/bin/powerpc-linux/texconfig b/Master/bin/powerpc-linux/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/sparc-linux/texconfig b/Master/bin/sparc-linux/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/sparc-solaris/texconfig b/Master/bin/sparc-solaris/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1
diff --git a/Master/bin/x86_64-linux/texconfig b/Master/bin/x86_64-linux/texconfig
index 7c3ced61b53..fbb1506b6ed 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=1168796427 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168907450 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -1144,9 +1144,13 @@ $formatsForHyphenFmt"
init)
case $2 in
"")
- fmtutil --all || rc=1
- texlinks --multiplatform || rc=1
- updmap || rc=1
+ if fmtutil --all \
+ && texlinks --multiplatform \
+ && updmap --quiet; then
+ :
+ else
+ rc=1
+ fi
;;
*)
shift 1