Print this page
3762 nawk 'continue illegal outside of loops'
*** 456,466 ****
return
fi
NGZ=$(/usr/bin/nawk -F: '{
if (substr($1, 0, 1) == "#" || $1 == "global")
! continue
if ($2 == "installed")
printf("%s ", $1)
}' $zoneconfig/index)
--- 456,466 ----
return
fi
NGZ=$(/usr/bin/nawk -F: '{
if (substr($1, 0, 1) == "#" || $1 == "global")
! next
if ($2 == "installed")
printf("%s ", $1)
}' $zoneconfig/index)
*** 469,479 ****
log "$v_rmzones" "$NGZ"
NGZP=$(/usr/bin/nawk -F: '{
if (substr($1, 0, 1) == "#" || $1 == "global")
! continue
if ($2 == "installed")
printf("%s ", $3)
}' $zoneconfig/index)
--- 469,479 ----
log "$v_rmzones" "$NGZ"
NGZP=$(/usr/bin/nawk -F: '{
if (substr($1, 0, 1) == "#" || $1 == "global")
! next
if ($2 == "installed")
printf("%s ", $3)
}' $zoneconfig/index)