aboutsummaryrefslogtreecommitdiff
path: root/ui-macos/git-annex.app/Contents/MacOS
diff options
context:
space:
mode:
Diffstat (limited to 'ui-macos/git-annex.app/Contents/MacOS')
-rwxr-xr-xui-macos/git-annex.app/Contents/MacOS/runshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-macos/git-annex.app/Contents/MacOS/runshell b/ui-macos/git-annex.app/Contents/MacOS/runshell
index ade917686..870c292eb 100755
--- a/ui-macos/git-annex.app/Contents/MacOS/runshell
+++ b/ui-macos/git-annex.app/Contents/MacOS/runshell
@@ -36,7 +36,7 @@ export PATH
# libraries found in the path. With DYLD_FALLBACK_LIBRARY_PATH, the
# system's versions of libraries will be used when possible, and otherwise
# it will fall back to using the libraries bundled with this app.
-for lib in "$(cat $base/libdirs)"; do
+for lib in $(cat $base/libdirs); do
DYLD_FALLBACK_LIBRARY_PATH="$base/$lib:$DYLD_FALLBACK_LIBRARY_PATH"
done
export DYLD_FALLBACK_LIBRARY_PATH