From f9fa751f290e0f6baa997c1e76d552b2947a965f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Wed, 16 Sep 2020 21:04:42 -0400 Subject: No need for "-e" in simple sed invocations. --- scripts/osx/textadept_osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/osx/textadept_osx') 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. -- cgit v1.2.3