From: Nathan Scott Date: Fri, 6 Apr 2001 03:23:12 +0000 (+0000) Subject: gawk -> awk. X-Git-Tag: v1.1.0~1278 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7f3afdce47a7f6bfd035a3f3296d130dbd752b6e;p=users%2Fhch%2Fxfstests-dev.git gawk -> awk. --- diff --git a/common.attr b/common.attr index fc5dbcd4c..31a4d0255 100644 --- a/common.attr +++ b/common.attr @@ -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