From 581de0dcf55ac892301fb41bf2c7c4c2475d91f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Jun 2008 17:39:19 +0000 Subject: i386-freebsd binaries for tl08 from manfred git-svn-id: svn://tug.org/texlive/trunk@8558 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-freebsd/texconfig-dialog | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Master/bin/i386-freebsd/texconfig-dialog') diff --git a/Master/bin/i386-freebsd/texconfig-dialog b/Master/bin/i386-freebsd/texconfig-dialog index 76e1f51eea6..8ccda930dd7 100755 --- a/Master/bin/i386-freebsd/texconfig-dialog +++ b/Master/bin/i386-freebsd/texconfig-dialog @@ -21,7 +21,7 @@ export PATH test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' # the version string -version=1112981053 # seconds since `00:00:00 1970-01-01 UTC' +version=1184605103 # seconds since `00:00:00 1970-01-01 UTC' # date '+%s' (with GNU date) : ${PAGER=more} @@ -103,14 +103,14 @@ runDialog() ############################################################################### findDialog() { - { u=`uname -s`; } 2>/dev/null - case "$u" in - FreeBSD|Linux|cygwin*|CYGWIN*) - test -f /usr/bin/whiptail && DIALOG_PROG=/usr/bin/whiptail - test -f /usr/bin/dialog && DIALOG_PROG=/usr/bin/dialog - test -f /bin/dialog && DIALOG_PROG=/bin/dialog - ;; - esac + for bin in whiptail dialog + do + binLoc=`texconfig findprog $bin` + case $binLoc in + "") DIALOG_PROG="";; + *) DIALOG_PROG=$binLoc; break;; + esac + done case $DIALOG_PROG in "") : ${DIALOG_TERMINFO=$TEXMFMAIN/texconfig} -- cgit v1.2.3