aboutsummaryrefslogtreecommitdiff
path: root/scripts/osx
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx')
-rwxr-xr-xscripts/osx/textadept_osx (renamed from scripts/osx/textadept)4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osx/textadept b/scripts/osx/textadept_osx
index 2c933465..d0382fa4 100755
--- a/scripts/osx/textadept
+++ b/scripts/osx/textadept_osx
@@ -19,6 +19,6 @@ export CHARSETALIASDIR="$bundle_res/lib"
if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi
# Run Textadept.
-textadept=textadept.osx
-if [ ! -z $TEXTADEPTJIT ]; then textadept=textadeptjit.osx; fi
+textadept=textadept
+if [ ! -z $TEXTADEPTJIT ]; then textadept=textadeptjit; fi
exec "$bundle/Contents/MacOS/$textadept" "$@"