From 96ad81c3bbf8f0d432b050d4f15f940951e3c488 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 27 Feb 1999 23:03:57 +0000 Subject: 1999-02-17 Roland McGrath * mount.sh: Use `awk' instead of `gawk'. --- utils/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/mount.sh b/utils/mount.sh index a403b8d8..25ec0c94 100755 --- a/utils/mount.sh +++ b/utils/mount.sh @@ -38,7 +38,7 @@ esac case $# in 1) # Lookup the given single arg in /etc/fstab for the rest of the args - args=`gawk -f - $fstab <