mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge branch 'beta'
This commit is contained in:
@@ -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[@]}
|
||||
|
||||
Reference in New Issue
Block a user