diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-06 21:29:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-05-06 21:29:04 +0000 |
commit | d929b1efc232610ee9a116bbe2436f08287d998f (patch) | |
tree | 33f3d7b440856c66a9d18bdbd2cbe231fcb8c012 | |
parent | f030cdab2c24f361d869667c31fde8e799f08fd3 (diff) |
Oops, make the script behave as documented
-rw-r--r-- | distrib/notes/sparc/xfer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/sparc/xfer b/distrib/notes/sparc/xfer index f7539131fad..f2583f588a4 100644 --- a/distrib/notes/sparc/xfer +++ b/distrib/notes/sparc/xfer @@ -222,7 +222,7 @@ To install or upgrade OpenBSD using a tape, you need to do the following: #! /bin/sh tape=/dev/nrst0 mt -f ${tape} rewind - if test $# -gt 0 + if test $# -lt 1 then for file in bsd.rd boot do |