In integration tests, handle executable path with spaces in it

This commit is contained in:
Max Brunsfeld
2015-10-05 16:49:35 -07:00
parent 6b9845588b
commit 467c89bfb3

View File

@@ -43,6 +43,5 @@ for arg in "$@"; do
done
echo "Launching Atom" >&2
echo ${atom_path} ${atom_args[@]} ${atom_switches[@]} >&2
exec ${atom_path} ${atom_args[@]} ${atom_switches[@]}
echo "${atom_path}" ${atom_args[@]} ${atom_switches[@]} >&2
exec "${atom_path}" ${atom_args[@]} ${atom_switches[@]}