diff options
Diffstat (limited to 'scripts/osx')
-rwxr-xr-x | scripts/osx/textadept_osx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx index e5cfc662..cea160ed 100755 --- a/scripts/osx/textadept_osx +++ b/scripts/osx/textadept_osx @@ -18,8 +18,8 @@ export CHARSETALIASDIR="$bundle_res/lib" # Strip out the argument added by macOS. 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. +# Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening Textadept.app from +# the Dock or the Finder. if [ -f $HOME/.textadept/osx_env.sh ]; then . $HOME/.textadept/osx_env.sh; fi # Run Textadept. |