From c0c4d23e24e0ebd3a2eec938249e851732fdbf69 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 May 2010 16:05:29 +0000 Subject: i386-netbsd binaries for 2010 pretest 1 (jukka) git-svn-id: svn://tug.org/texlive/trunk@18562 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-netbsd/updmap | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'Master/bin/i386-netbsd/updmap') diff --git a/Master/bin/i386-netbsd/updmap b/Master/bin/i386-netbsd/updmap index 723bde70a02..2483052a7de 100755 --- a/Master/bin/i386-netbsd/updmap +++ b/Master/bin/i386-netbsd/updmap @@ -1,10 +1,11 @@ #!/bin/sh -# updmap: utility to maintain map files for outline fonts. -# Thomas Esser. Public domain. +# updmap - utility to maintain map files for outline fonts. +# Public domain. Originally written by Thomas Esser. # Run with --help for usage. ############################################################################### # program history: +# further changes in texk/tetex/ChangeLog. # Sun May 25 21:05:32 CEST 2008 (Reinhard Kotucha) # add function symlink_or_copy needed by tl-portable. # Post-te retirement, now maintained in TeX Live; see @@ -94,7 +95,7 @@ export PATH test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' # the version string -version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $' +version='$Id: updmap 17423 2010-03-11 17:53:34Z karl $' # ############################################################################### @@ -104,7 +105,8 @@ version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $' help() { cat <. +Report bugs to: tex-k@tug.org +TeX Live home page: eof (exit 0); exit } +# ############################################################################### # verboseMsg(msg) # print `msg' to stderr is $verbose is true @@ -899,7 +903,7 @@ setupCfgFile() case "$cnfFile" in "") cnfFile=`locateWeb2c $cnfFileShort` case "$cnfFile" in - "") abort "config file $cnfFileShort not found" + "") abort "config file $cnfFileShort not found (ls-R missing?)" esac;; esac setupLog @@ -1008,7 +1012,7 @@ processOptions() --help|-help|-h) help;; --version) - echo "$progname version $version."; (exit 0); exit 0;; + echo "$progname version $version"; (exit 0); exit 0;; "") break;; *) abort "$progname: unknown option \`$1'. Try $progname --help for help";; esac -- cgit v1.2.3