Use unix style install.

Esse commit está contido em:
Cheng Zhao
2014-03-20 21:44:03 +08:00
commit 5151faea3d
3 arquivos alterados com 14 adições e 9 exclusões
+2 -2
Ver Arquivo
@@ -66,8 +66,8 @@ if [ $OS == 'Mac' ]; then
open -a "$ATOM_PATH/$ATOM_APP_NAME" -n --args --executed-from="$(pwd)" --pid=$$ "$@"
fi
elif [ $OS == 'Linux' ]; then
ATOM_PATH='/opt/Atom/atom'
[ -x "$ATOM_PATH" ] || ATOM_PATH='/tmp/atom-build/Atom/atom'
ATOM_PATH='/opt/atom/atom'
[ -x "$ATOM_PATH" ] || ATOM_PATH='/tmp/atom-build/atom/atom'
if [ $EXPECT_OUTPUT ]; then
"$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@"