summaryrefslogtreecommitdiff
path: root/distrib/amiga/floppies/inst-common
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-06 21:28:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-06 21:28:54 +0000
commit3a8586df9b4f5aa46488d8ef9d0e4e8580af51e4 (patch)
treef00fac94798549eeaa90ba6355496ea5cf08fd7b /distrib/amiga/floppies/inst-common
parentc40deccda1a5145413b1a52c9275d3c3c1406b4d (diff)
from netbsd
Diffstat (limited to 'distrib/amiga/floppies/inst-common')
-rw-r--r--distrib/amiga/floppies/inst-common/dot.commonutils4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amiga/floppies/inst-common/dot.commonutils b/distrib/amiga/floppies/inst-common/dot.commonutils
index d5a87c3a2b9..544979834f4 100644
--- a/distrib/amiga/floppies/inst-common/dot.commonutils
+++ b/distrib/amiga/floppies/inst-common/dot.commonutils
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.commonutils,v 1.1 1995/10/18 08:37:28 deraadt Exp $
+# $Id: dot.commonutils,v 1.2 1995/11/06 21:27:23 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
@@ -102,7 +102,7 @@ Load_tape()
echo -n "continue..."
read foo
echo "Extracting files from the tape..."
- $TAR xvpf --unlink /dev/$which
+ $TAR --unlink -xvpf /dev/$which
echo "Done."
}