summaryrefslogtreecommitdiffstats
path: root/release/bininst
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-08 13:28:06 +0000
committerjkh <jkh@FreeBSD.org>1994-11-08 13:28:06 +0000
commit9be726e2865d9568cae5cbf3d7fe0807f72d4721 (patch)
tree5c9a119e709c1b86590fde736a11a2d6e442943f /release/bininst
parent93ea779d8324aa9d4fdba087635526d7e35232f5 (diff)
downloadFreeBSD-src-9be726e2865d9568cae5cbf3d7fe0807f72d4721.zip
FreeBSD-src-9be726e2865d9568cae5cbf3d7fe0807f72d4721.tar.gz
Remove the redirects for extract.sh. Upon further reflection, you
need to see the output on the main vty. cpio likes to open /dev/tty for its output! :-(
Diffstat (limited to 'release/bininst')
-rwxr-xr-xrelease/bininst6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/bininst b/release/bininst
index b519185..caaf4f3 100755
--- a/release/bininst
+++ b/release/bininst
@@ -371,7 +371,7 @@ install_set()
dialog --title "Results of tape extract" --clear \
--prgbox "$TAR $TAR_FLAGS $media_device" 10 72
if [ -f extract.sh ]; then
- sh ./extract.sh 2>&1 > /dev/ttyv1
+ sh ./extract.sh
else
error "This isn't a proper distribution. No installation script found."
fi
@@ -397,7 +397,7 @@ install_set()
error "Couldn't fetch distribution from ${media_device}!"
else
if [ -f extract.sh ]; then
- sh ./extract.sh 2>&1 > /dev/ttyv1
+ sh ./extract.sh
else
error "This isn't a proper distribution. No installation script found."
fi
@@ -405,7 +405,7 @@ install_set()
else
ftp $media_device
if [ -f extract.sh ]; then
- sh ./extract.sh 2>&1 > /dev/ttyv1
+ sh ./extract.sh
else
error "No installation script found. Please grab the right bits."
fi
OpenPOWER on IntegriCloud