Commit f8b4498d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

Needless quoting

parent f12c8556
......@@ -8,7 +8,7 @@ VCL_FILE=
WARMUP=
varnishadm() {
if ! OUTPUT="$(command varnishadm -n "$WORK_DIR" -- "$@" 2>&1)"
if ! OUTPUT=$(command varnishadm -n "$WORK_DIR" -- "$@" 2>&1)
then
echo "Command: varnishadm -n '$WORK_DIR' -- $*"
echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment