summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-25 05:16:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-25 05:16:44 +0000
commitd6695b40837a61393249e4513535e1adfd1cd9b0 (patch)
tree1c02b92a3a6d5ee7f7f9c33899e1ec49c4234cf7 /distrib
parent9ebdd2fc6d88f4fadf86de32be16df862f2deec7 (diff)
Fix typo, noted by johns@heuris.com.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 6e9301df899..38bf3b4f9b8 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.38 1997/07/16 22:33:03 pefo Exp $
+# $OpenBSD: install.sub,v 1.39 1997/09/25 05:16:43 millert Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -1661,7 +1661,7 @@ unmount_fs()
done
echo "Done."
- if [ $_check = 1]; then
+ if [ $_check = 1 ]; then
echo "Checking filesystem integrity..."
for _dev in ${_devs}; do
echo "${_dev}"