Update unix-launcher.sh
This will open the default shell. Works for me after testing.
This commit is contained in:
parent
3da5917eed
commit
ea4307a282
|
@ -58,7 +58,7 @@ if [ "$(uname)" == "Darwin" ]; then
|
|||
echo "\"$0\" $@ --use-current-shell" >> /tmp/open-smapi-terminal.sh
|
||||
chmod +x /tmp/open-smapi-terminal.sh
|
||||
cat /tmp/open-smapi-terminal.sh
|
||||
open -W -a Terminal /tmp/open-smapi-terminal.sh
|
||||
open -W /tmp/open-smapi-terminal.sh
|
||||
rm /tmp/open-smapi-terminal.sh
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue