Fixed modman.command double-clicking on linux?
This commit is contained in:
parent
b01505358c
commit
777aa3e026
2 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ ! \( -t 0 -o -S /dev/stdin \) ]; then
|
|||
|
||||
if command -v x-terminal-emulator >/dev/null; then
|
||||
# Linux.
|
||||
x-terminal-emulator -e "cd \"${maindir}\";\"./${me}\"";
|
||||
x-terminal-emulator -e "$0";
|
||||
|
||||
elif command -v osascript >/dev/null; then
|
||||
# OSX.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue