Fix tape extraction parms per Jason.

Fix misplaced quote.
This commit is contained in:
pk 1995-11-08 22:02:33 +00:00
parent c2cd05605d
commit 0839d7a34d
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: install.sh,v 1.5 1995/11/01 21:10:39 pk Exp $
# $NetBSD: install.sh,v 1.6 1995/11/08 22:02:33 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
@ -615,7 +615,7 @@ __install_tape_2
2)
(
cd /mnt
tar -zxvpf $TAPE
dd if=$TAPE | tar -xvpf -
)
;;
@ -669,7 +669,7 @@ __get_timezone_1
fi
if [ -f /usr/share/zoneinfo/$_a ]; then
TZ="$_a"
echo "You have selected timezone "$_a".
echo "You have selected timezone \"$_a\"".
break 2
fi
echo "'/usr/share/zoneinfo/$_a' is not a valid timezone on this system."

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: upgrade.sh,v 1.3 1995/11/01 21:10:41 pk Exp $
# $NetBSD: upgrade.sh,v 1.4 1995/11/08 22:02:35 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
@ -614,7 +614,7 @@ __install_tape_2
2)
(
cd /mnt
tar -zxvpf $TAPE
dd if=$TAPE | tar -xvpf -
)
;;
@ -668,7 +668,7 @@ __get_timezone_1
fi
if [ -f /usr/share/zoneinfo/$_a ]; then
TZ="$_a"
echo "You have selected timezone "$_a".
echo "You have selected timezone \"$_a\"".
break 2
fi
echo "'/usr/share/zoneinfo/$_a' is not a valid timezone on this system."