From c9cc84f0a01c5ff5477bbc99e8a1e50edd9da3f0 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 21 Nov 1994 02:17:06 +0000 Subject: [PATCH] Invoke tzsetup properly, since we have no /bin/sh at this stage. --- release/bininst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/bininst b/release/bininst index 077269e4bb6..f99485e56ee 100755 --- a/release/bininst +++ b/release/bininst @@ -13,7 +13,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: bininst,v 1.46 1994/11/18 16:27:51 jkh Exp $ +# $Id: bininst,v 1.47 1994/11/20 14:49:46 jkh Exp $ if [ "$_BININST_LOADED_" = "yes" ]; then echo "Error, $0 loaded more than once!" @@ -82,7 +82,7 @@ Please select one of the following options:" -1 -1 4 \ case $choice in tzsetup) dialog --clear - tzsetup + sh /stand/tzsetup dialog --clear ;;