diff --git a/skel_common/readme_changelog.txt b/skel_common/readme_changelog.txt index 1e7e820..7c9bbab 100644 --- a/skel_common/readme_changelog.txt +++ b/skel_common/readme_changelog.txt @@ -2,6 +2,7 @@ Changelog 1.5: - 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 limit= - Fixed hidden files and directories not appearing when finding resources diff --git a/skel_unix/modman.command b/skel_unix/modman.command index c430c60..335d7f2 100644 --- a/skel_unix/modman.command +++ b/skel_unix/modman.command @@ -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.