mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-07 14:33:08 -06:00
Properly quote variable
This commit is contained in:
parent
37261dc180
commit
b5e3f156e3
@ -67,7 +67,7 @@ mkdir -p "$TMP_DIR"
|
||||
[[ ! -r "$IMG" ]] && error "'$IMG': Permission denied"
|
||||
|
||||
if [ -n "$3" ] && [ -r "$3" ]; then
|
||||
VAGRANTFILE_ADD="$(cat $3)"
|
||||
VAGRANTFILE_ADD="$(cat "$3")"
|
||||
fi
|
||||
|
||||
# We move / copy (when the image has master) the image to the tempdir
|
||||
|
Loading…
Reference in New Issue
Block a user