mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Boy, two typos in one day. Time to go back to bed.
This commit is contained in:
parent
a5722078fa
commit
a1d0a42349
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41114
@ -5,7 +5,7 @@
|
||||
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 YES|NO
|
||||
echo "usage: $0 YES|NO"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 YES|NO
|
||||
echo "usage: $0 YES|NO"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 YES|NO
|
||||
echo "usage: $0 YES|NO"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 YES|NO
|
||||
echo "usage: $0 YES|NO"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# an MFS ($1 = YES) or will have the floppy image all to itself ($1 = NO).
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 YES|NO
|
||||
echo "usage: $0 YES|NO"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user