fix from Jimmy

This commit is contained in:
Joey Hess 2012-09-25 12:07:51 -04:00
parent bd05228bb8
commit 525045fd12

View file

@ -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 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