summaryrefslogtreecommitdiff
path: root/Master/bin/amd64-freebsd/texlinks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-20 23:42:09 +0000
committerKarl Berry <karl@freefriends.org>2010-05-20 23:42:09 +0000
commit254ede458ed68bd6bf23c32ab3cb370be637e035 (patch)
tree6bd08f0b22f1f3ebcc7d5535f2aa9e800fed33aa /Master/bin/amd64-freebsd/texlinks
parent9bdafd26fd4744b59721d3d8d1b1db65bd10a079 (diff)
amd64-freebsd 2010 pretest 1 (lecic)
git-svn-id: svn://tug.org/texlive/trunk@18389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/amd64-freebsd/texlinks')
-rwxr-xr-xMaster/bin/amd64-freebsd/texlinks10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/bin/amd64-freebsd/texlinks b/Master/bin/amd64-freebsd/texlinks
index c77ceea60c0..09b3488d263 100755
--- a/Master/bin/amd64-freebsd/texlinks
+++ b/Master/bin/amd64-freebsd/texlinks
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: texlinks 13904 2009-06-23 00:47:00Z karl $
+# $Id: texlinks 18035 2010-04-28 17:41:52Z mpg $
# Thomas Esser, 1999, 2002, 2003. public domain.
@@ -39,7 +39,7 @@ export PATH
# hack around a bug in zsh:
test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
-version=20090623.0228
+version='$Id: texlinks 18035 2010-04-28 17:41:52Z mpg $'
progname=texlinks
cnf=fmtutil.cnf # name of the config file
@@ -65,7 +65,9 @@ operate. If no directories are specified and --multiplatform is
likewise not specified, the directory of this script itself is used.
With --multiplatform, all child dirs of an upper-level bin/ dir are used.
-Report bugs to tex-k@tug.org.'
+Report bugs to: tex-k@tug.org
+TeX Live home page: <http://tug.org/texlive/>
+'
###############################################################################
# abort(errmsg)
@@ -308,7 +310,7 @@ main()
main_args_while="$@"
test "x$fmt" = "x$engine" && continue
- if test -f "$d/$engine"; then
+ if test -f "$d/$engine$exeext"; then
case $unlink in
true)
rm_link "$d/$fmt";;