[tor-commits] [torbrowser/maint-2.2] fix linux launch script so that it doesn't run in debug mode all the time (closes: #5417)

erinn at torproject.org erinn at torproject.org
Mon Mar 19 04:12:09 UTC 2012


commit faea26d921d1bc197bb4f10f6a647abcc14f64d0
Author: Erinn Clark <erinn at torproject.org>
Date:   Mon Mar 19 01:08:50 2012 -0300

    fix linux launch script so that it doesn't run in debug mode all the time (closes: #5417)
---
 src/RelativeLink/RelativeLink.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 053b471..35846b1 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -205,7 +205,7 @@ LDPATH="${HOME}/Lib/"
 export LDPATH
 export LD_LIBRARY_PATH
 
-if [ "${debug}" ]; then
+if [ "$debug" -eq 1 ]; then
 	printf "\nStarting Vidalia now\n"
 	cd "${HOME}"
 	printf "\nLaunching Vidalia from: `pwd`\n"





More information about the tor-commits mailing list