Print this page
3762 nawk 'continue illegal outside of loops'

@@ -456,11 +456,11 @@
                 return
         fi
 
         NGZ=$(/usr/bin/nawk -F: '{
                 if (substr($1, 0, 1) == "#" || $1 == "global")
-                        continue
+                        next
 
                 if ($2 == "installed")
                         printf("%s ", $1)
         }' $zoneconfig/index)
 

@@ -469,11 +469,11 @@
 
         log "$v_rmzones" "$NGZ"
 
         NGZP=$(/usr/bin/nawk -F: '{
                 if (substr($1, 0, 1) == "#" || $1 == "global")
-                        continue
+                        next
 
                 if ($2 == "installed")
                         printf("%s ", $3)
         }' $zoneconfig/index)