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 13b4b7c9..5575c9a0 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -4,7 +4,7 @@
# Set the GTK environment variables of resources within Textadept.app.
bundle=$(cd "$(dirname "$0")/../../" && pwd)
bundle_res="$bundle/Contents/Resources"
-export DYLD_LIBRARY_PATH="$bundle_res/lib:$DYLD_LIBRARY_PATH"
+export DYLD_LIBRARY_PATH="$bundle_res/lib"
export GTK_DATA_PREFIX="$bundle_res"
export GTK_EXE_PREFIX="$bundle_res"
export GTK_PATH="$bundle_res"