Fixed modman.command double-clicking on linux?

This commit is contained in:
Vhati 2014-10-02 02:48:39 -04:00
parent b01505358c
commit 777aa3e026
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ Changelog
1.5: 1.5:
- Added 'no info... yet' message when mods/ scan is still in-progress - Added 'no info... yet' message when mods/ scan is still in-progress
- Fixed modman.command double-clicking on linux?
- Fixed advanced find tags not honoring start= when greater than match count - Fixed advanced find tags not honoring start= when greater than match count
- Fixed advanced find tags not honoring limit= - Fixed advanced find tags not honoring limit=
- Fixed hidden files and directories not appearing when finding resources - Fixed hidden files and directories not appearing when finding resources

View file

@ -25,7 +25,7 @@ if [ ! \( -t 0 -o -S /dev/stdin \) ]; then
if command -v x-terminal-emulator >/dev/null; then if command -v x-terminal-emulator >/dev/null; then
# Linux. # Linux.
x-terminal-emulator -e "cd \"${maindir}\";\"./${me}\""; x-terminal-emulator -e "$0";
elif command -v osascript >/dev/null; then elif command -v osascript >/dev/null; then
# OSX. # OSX.