aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osx/textadept_osx
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx/textadept_osx')
-rwxr-xr-xscripts/osx/textadept_osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx
index 78a09679..0179923f 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -16,7 +16,7 @@ export PANGO_SYSCONFDIR="$bundle_res/etc"
export CHARSETALIASDIR="$bundle_res/lib"
# Strip out the argument added by macOS.
-if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi
+if [ x`echo "x$1" | sed "s/^x-psn_.*//"` == x ]; then shift 1; fi
# Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening
# Textadept.app from the Dock or the Finder.