From 7f3afdce47a7f6bfd035a3f3296d130dbd752b6e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 6 Apr 2001 03:23:12 +0000 Subject: [PATCH] gawk -> awk. --- common.attr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.attr b/common.attr index fc5dbcd4..31a4d025 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 -- 2.47.3