diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-07 06:05:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-07 06:05:59 +0000 |
commit | 365f1cef2725e91c8a9f68941fe2f27e7d988a56 (patch) | |
tree | 911348e8be880d58e8f86826747011a13892fd20 /distrib/i386/floppies/ramdisk | |
parent | c3da22f80a0aa75a01ce9b74516f511e22139e53 (diff) |
= not eq
Diffstat (limited to 'distrib/i386/floppies/ramdisk')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index 7f17bf3a0d8..9de09c83ec7 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.9 1997/05/04 04:51:28 tholo Exp $ +# $OpenBSD: install.md,v 1.10 1997/05/07 06:05:58 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -131,7 +131,7 @@ md_prep_fdisk() getresp "" _done=0 - while [ $_done eq 0 ]; do + while [ $_done = 0 ]; do echo cat << \__md_prep_fdisk_1 |