aboutsummaryrefslogtreecommitdiff
path: root/release/bininst
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-13 07:27:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-13 07:27:36 +0000
commitc4115cc446b503b6bf0d1874eb41c26841aa19e6 (patch)
tree547e42518ab13ab8a4a9eb3929f52e08d8768054 /release/bininst
parentef53d2f8b60c933699b544074073c95124caa566 (diff)
downloadsrc-c4115cc446b503b6bf0d1874eb41c26841aa19e6.tar.gz
src-c4115cc446b503b6bf0d1874eb41c26841aa19e6.zip
There were some bogons with redirection to /dev/ttyv1 lurking here.
Fix them.
Notes
Notes: svn path=/head/; revision=4431
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/bininst b/release/bininst
index b69dc3fd03f1..c6c09ab95094 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.35 1994/11/13 03:48:55 jkh Exp $
+# $Id: bininst,v 1.36 1994/11/13 06:32:40 jkh Exp $
# Some useful constants.
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
@@ -479,7 +479,7 @@ extract_dist()
{
if [ -f extract.sh ]; then
message "Extracting distribution.. Please wait!"
- sh ./extract.sh > /dev/ttyv1 2>&1
+ sh ./extract.sh < /dev/ttyv1 > /dev/ttyv1 2>&1
else
error "Improper distribution. No installation script found."
fi