Merge branch 'beta'

This commit is contained in:
Max Brunsfeld
2015-10-05 17:26:18 -07:00

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[@]}