aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osx/textadept_osx
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx/textadept_osx')
-rwxr-xr-xscripts/osx/textadept_osx4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx
index 5575c9a0..76edf9e8 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -23,6 +23,4 @@ if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi
if [ -f $HOME/.textadept/osx_env.sh ]; then . $HOME/.textadept/osx_env.sh; fi
# Run Textadept.
-textadept=textadept
-if [ ! -z $TEXTADEPTJIT ]; then textadept=textadeptjit; fi
-exec "$bundle/Contents/MacOS/$textadept" "$@"
+exec "$bundle/Contents/MacOS/textadept" "$@"