diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-07 17:04:39 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-07 17:04:39 +0000 |
commit | 52c081a4cb6f81cd1fabfc1bac7383f9117ef8b8 (patch) | |
tree | a2d10fe6a61243ed626ee750f9b4f8616ae8d587 /Master/bin/i386-darwin/texconfig | |
parent | 0366b1bdeece71a05c86006d7b45848ac1f2504b (diff) |
updated i386-darwin binaries built from source rev.3200
git-svn-id: svn://tug.org/texlive/trunk@3203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-darwin/texconfig')
-rwxr-xr-x | Master/bin/i386-darwin/texconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/i386-darwin/texconfig b/Master/bin/i386-darwin/texconfig index 633ba7e807d..0dc3f753f0b 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=1118467711 # seconds since `00:00:00 1970-01-01 UTC' +version=1167506445 # seconds since `00:00:00 1970-01-01 UTC' # date '+%s' (with GNU date) envVars=" @@ -632,7 +632,7 @@ Get more help with echoLocateBinary kpsewhich updmap fmtutil texconfig tex pdfetex mktexpk dvips dvipdfm echo echo '=========================== active config files ==========================' - echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort +1 + echoLocateCfgfile texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf XDvi pdftexconfig.tex config | sort -k 2 echo echo '============================= font map files =============================' for m in psfonts.map pdftex.map ps2pk.map dvipdfm.map; do |