gawk -> awk.
authorNathan Scott <nathans@sgi.com>
Fri, 6 Apr 2001 03:23:12 +0000 (03:23 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 6 Apr 2001 03:23:12 +0000 (03:23 +0000)
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