summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-13 07:27:36 +0000
committerjkh <jkh@FreeBSD.org>1994-11-13 07:27:36 +0000
commitdf17864f4f97fba1ca5f8f270799857e1d780601 (patch)
tree547e42518ab13ab8a4a9eb3929f52e08d8768054 /release/bininst
parentaa7ecd21c70f872855b9e207cd521c8465c5a6fa (diff)
downloadFreeBSD-src-df17864f4f97fba1ca5f8f270799857e1d780601.zip
FreeBSD-src-df17864f4f97fba1ca5f8f270799857e1d780601.tar.gz
There were some bogons with redirection to /dev/ttyv1 lurking here.
Fix them.
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 b69dc3f..c6c09ab 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
OpenPOWER on IntegriCloud