Index: branches/releng-11/nanobsd/tools/image
===================================================================
--- branches/releng-11/nanobsd/tools/image	(revision 13662)
+++ branches/releng-11/nanobsd/tools/image	(revision 13665)
@@ -173,5 +173,5 @@
   if [ -d "${OBJDIR}" ]; then
     # No clean during run which was interrupted
-    if [ "$FORCE_WORLD" = "no" && "$FORCE_KERNEL" = "no" ]; then
+    if [ "$FORCE_WORLD" = "no" -a "$FORCE_KERNEL" = "no" ]; then
       NANOBSD_FLAGS="-n"
     else
