[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit faea26d921d1bc197bb4f10f6a647abcc14f64d0
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
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"



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits