summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-09-23 22:39:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-09-23 22:39:26 +0000
commitfe410492ca5bd5442e2cfacba8f79b8b0d44ec36 (patch)
tree6bc58cde6bfe45f2cd288064407fbe8e82182f6c /distrib
parent4bc7e09831b42a3bf2197c974db525ca77ad2db3 (diff)
Typo, fixes passno botch in / entry
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index f29f41b25f9..ba34cfc9c8d 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.12 1997/05/17 21:16:46 millert Exp $
+# $OpenBSD: install.sh,v 1.13 1997/09/23 22:39:25 niklas Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -364,7 +364,7 @@ if [ "`df /`" = "`df /mnt`" ]; then
# fstab.
(
while read _dev _mp; do
- if [ "$mp" = "/" ]; then
+ if [ "$_mp" = "/" ]; then
echo /dev/$_dev $_mp ffs rw 1 1
else
echo /dev/$_dev $_mp ffs rw 1 2