Ensure the awk passed in variables are quoted as they

can contain spaces.
Somehow this was not a problem on local testing machines.
This commit is contained in:
Tim Shimmin
2001-12-04 00:27:12 +00:00
parent 8c471c83d0
commit 964796bb9b
+1 -1
View File
@@ -1218,7 +1218,7 @@ _check_quota()
$here/src/feature -G $SCRATCH_DEV && gquota=1
$AWK_PROG -v uquota=$uquota -v gquota=$gquota -v full=$seq.full \
-v usermsg=$usermsg -v groupmsg=$groupmsg '
-v usermsg="$usermsg" -v groupmsg="$groupmsg" '
$0 ~ groupmsg {
print "Found group quota:", $0 >>full
found_gquota = 1