Print this page
XXX Remove nawk(1)

@@ -247,11 +247,11 @@
 
 # find the dataset associated with $zonepath
 uninstall_get_zonepath_ds()
 {
         ZONEPATH_DS=`/sbin/zfs list -t filesystem -o name,mountpoint | \
-            /bin/nawk -v zonepath=$zonepath '{
+            /usr/xpg4/bin/awk -v zonepath=$zonepath '{
                 if ($2 == zonepath)
                         print $1
         }'`
 
         if [ -z "$ZONEPATH_DS" ]; then