aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-06-16 12:33:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-06-16 12:33:38 +0000
commitdd7e4d21cc74e5b3af872674db65a1dc21a2c3e2 (patch)
tree0904eea002393ca2f3e1c30c5fa421e9f622b572 /tools
parent4ab04995707692363cb3a729509c734458ca59e3 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/nanobsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh
index 70c0c5833c48..cd6aa62aef9a 100644
--- a/tools/tools/nanobsd/nanobsd.sh
+++ b/tools/tools/nanobsd/nanobsd.sh
@@ -474,7 +474,7 @@ create_i386_diskimage ( ) (
# XXX: fill from where ?
# Create Data slice, if any.
- if [ $NANO_DATASIZE -gt 0 ] ; then
+ if [ $NANO_DATASIZE -ne 0 ] ; then
newfs ${NANO_NEWFS} /dev/${MD}s4
# XXX: fill from where ?
fi