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