mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Ensure Windows Bash script works on all versions
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/bin/sh
|
||||
$(dirname "$0")/atom.cmd "$@"
|
||||
pushd $(dirname "$0") > /dev/null
|
||||
ATOMCMD=""$(pwd -W)"/atom.cmd"
|
||||
popd > /dev/null
|
||||
cmd.exe //c "$ATOMCMD" "$@"
|
||||
|
||||
Reference in New Issue
Block a user