
19 Mar
2012
19 Mar
'12
4:12 a.m.
commit faea26d921d1bc197bb4f10f6a647abcc14f64d0 Author: Erinn Clark <erinn@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"