gawk -> awk.
[xfstests-dev.git] / common.attr
index fc5dbcd4cd9fc762768fdaeb872b25198af9a98d..31a4d02553915af0645eae57d40775920ed45a0b 100644 (file)
@@ -38,7 +38,7 @@
 #
 _acl_setup_ids()
 {
-    eval `cat /etc/passwd /etc/group | gawk -F: '
+    eval `cat /etc/passwd /etc/group | awk -F: '
       { ids[$3]=1 }
       END {
         j=1
@@ -75,4 +75,4 @@ _acl_ls()
 } 
 
 # make sure this script returns success
-/bin/true
\ No newline at end of file
+/bin/true