gc.sh: expand optional arguments with "$@"
commit0cb0c6fadbeb15916f3233668da1e608a7941b36
authorKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 08:44:34 +0000 (30 00:44 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 08:44:34 +0000 (30 00:44 -0800)
treef8200d0768e83fdeb62ec10344fd0d249c712389
parent4fdffc86f0315a6c8d2c209a6165cb4da649d5f9
gc.sh: expand optional arguments with "$@"

None of the optional arguments should ever contain any whitespace.

Previously they've always been expanded using "$@" everywhere.

Update the latest code to also use "$@" instead of a bare $@.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh