Commit 9aed78fa by Michael Adam Committed by Serge Hallyn

lxc-fedora: protect possibly unset variable with quotes for -z check

parent 98d316e2
......@@ -1415,7 +1415,7 @@ then
configure_fedora_init
fi
if [ ! -z $clean ]; then
if [ ! -z "$clean" ]; then
clean || exit 1
exit 0
fi
......
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