[tor-commits] [torbrowser/master] fix debug line in osx launch script (closes: #4851)
erinn at torproject.org
erinn at torproject.org
Tue Apr 3 22:00:22 UTC 2012
commit 24ed18b2349cde7997e69c9c703229fd0b1f079e
Author: Erinn Clark <erinn at torproject.org>
Date: Tue Apr 3 18:59:42 2012 -0300
fix debug line in osx launch script (closes: #4851)
---
src/RelativeLink/RelativeLinkOSX.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/RelativeLink/RelativeLinkOSX.sh b/src/RelativeLink/RelativeLinkOSX.sh
index 63ec4fb..817351f 100755
--- a/src/RelativeLink/RelativeLinkOSX.sh
+++ b/src/RelativeLink/RelativeLinkOSX.sh
@@ -53,7 +53,7 @@ if [ "$DEBUG_TBB" -eq 1 ]; then
printf "\nStarting Vidalia now\n"
cd "${HOME}"
printf "\nLaunching Vidalia from: `pwd`\n"
- ./Contents/MacOS/Vidalia --loglevel debug --logfile vidalia-debug-log \
+ ./Contents/MacOS/Vidalia.app/Contents/MacOS/Vidalia --loglevel debug --logfile vidalia-debug-log \
--datadir ./Contents/Resources/Data/Vidalia/
printf "\nVidalia exited with the following return code: $?\n"
exit
More information about the tor-commits
mailing list