From 70201e10034a02af82b323e73bf4e192e35027af Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 8 Nov 1994 11:14:45 +0000 Subject: 11th hour fixes to get the install just right. Fix some bugs in how ftp transfers were done, make sure all output goes to /dev/ttyv1 for debugging, add in the parallel-IP support so Poul will stop squeaking (for the moment, anyway). --- release/extract.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'release/extract.sh') diff --git a/release/extract.sh b/release/extract.sh index 727d6ae6a840..0f7c4bde2046 100644 --- a/release/extract.sh +++ b/release/extract.sh @@ -1,4 +1,7 @@ -: +#!/bin/sh if [ -f bin_tgz.aa ] ; then + echo; echo "Extracting bindist, please wait. Ignore any messages from" + echo "cpio saying \"No such file or directory\". It doesn't know what" + echo "it's talking about.."; echo cat bin_tgz.?? | zcat | ( cd / ; cpio -H tar -idumV ) fi -- cgit v1.2.3