gawk -> awk.

This commit is contained in:
Nathan Scott
2001-04-06 03:23:12 +00:00
parent f4b9647e72
commit 7f3afdce47
+1 -1
View 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