diff options
Diffstat (limited to 'distrib/notes/sparc/xfer')
-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 |