commit 6d320ac7f7f1f2b875ae52741142e214d55fa3bf
Author: Erinn Clark <[email protected]>
Date:   Thu Jun 9 03:57:55 2011 -0300

    update OS X launch script so that it will launch in directories with 
spaces. closes bug #2197.
---
 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 f60c513..f448cf1 100755
--- a/src/RelativeLink/RelativeLinkOSX.sh
+++ b/src/RelativeLink/RelativeLinkOSX.sh
@@ -35,4 +35,4 @@ fi
 # not in debug mode, run proceed normally
 printf "\nLaunching Tor Browser Bundle for Linux in ${HOME}\n"
 cd "${HOME}"
-open $HOME/Contents/MacOS/Vidalia.app
+open "$HOME/Contents/MacOS/Vidalia.app"



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to