mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user