aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-06-22 17:15:46 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-06-22 17:15:46 -0400
commitffd09dfaf5df0edb28cb4d7866db237edfac5926 (patch)
treee414472da0dda2fa2d23719b63c4a82458a034b1 /scripts
parent73dff9f6a5070f92f40782c9cd6f8a7bb54c3edc (diff)
Refactored Makefile for release and nightly builds.
Diffstat (limited to 'scripts')
-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" "$@"