From a638995999fb20ed70793583d70a92c71f19bd6b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 22 Aug 2009 23:18:40 +0000 Subject: remove both new amd64-freebsd from norbert and old i386-freebsd from randy last year; we will see if any freebsd users were actually interested in the native tl build git-svn-id: svn://tug.org/texlive/trunk@14820 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/amd64-freebsd/fontinst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 Master/bin/amd64-freebsd/fontinst (limited to 'Master/bin/amd64-freebsd/fontinst') diff --git a/Master/bin/amd64-freebsd/fontinst b/Master/bin/amd64-freebsd/fontinst deleted file mode 100755 index 7d1271517ad..00000000000 --- a/Master/bin/amd64-freebsd/fontinst +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -test -f /bin/sh5 && test -z "$RUNNING_SH5" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } -unset RUNNING_SH5 - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -tex -progname=fontinst \&tex ${1+"$@"} -- cgit v1.2.3