1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Invoke tzsetup properly, since we have no /bin/sh at this stage.

This commit is contained in:
Jordan K. Hubbard 1994-11-21 02:17:06 +00:00
parent 179c34054c
commit c9cc84f0a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4728

View File

@ -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
;;