From 964796bb9b43beebd2a2d13b1ce2ed2f50999a58 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Tue, 4 Dec 2001 00:27:12 +0000 Subject: [PATCH] Ensure the awk passed in variables are quoted as they can contain spaces. Somehow this was not a problem on local testing machines. --- common.dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.dump b/common.dump index d7475edd..1148be45 100644 --- a/common.dump +++ b/common.dump @@ -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 -- 2.47.3