mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
gawk -> awk.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user