commit 97d3d69a33e3c4158fc1802c9a9b64c073a790eb Author: Robert Ransom rransom.8774@gmail.com Date: Sun Sep 25 06:26:49 2011 -0700
[Linux] Don't set DYLD_PRINT_LIBRARIES env var
DYLD_PRINT_LIBRARIES does not affect the glibc dynamic loader at all, so these lines are useless. Fortunately, that means they were also harmless. --- src/RelativeLink/RelativeLink.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh index 222bb6d..3e4159c 100755 --- a/src/RelativeLink/RelativeLink.sh +++ b/src/RelativeLink/RelativeLink.sh @@ -185,8 +185,6 @@ fi LDPATH="${HOME}/Lib/" export LDPATH export LD_LIBRARY_PATH -DYLD_PRINT_LIBRARIES=1 -export DYLD_PRINT_LIBRARIES
if [ "${debug}" ]; then printf "\nStarting Vidalia now\n"
tor-commits@lists.torproject.org