From 360a4d738000f4605822db1ff28592b8abb9d809 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 21 Nov 1994 02:17:06 +0000 Subject: Invoke tzsetup properly, since we have no /bin/sh at this stage. --- release/bininst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index 077269e..f99485e 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 ;; -- cgit v1.1