[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/maint-2.2] update OS X launch script so that it will launch in directories with spaces. closes bug #2197.
commit 6d320ac7f7f1f2b875ae52741142e214d55fa3bf
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
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
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits
- Prev by Author:
[tor-commits] [torbrowser/master] bump tbb linux to 1.1.10-dev, tor to 0.2.2.28-beta, and various other versions as well (libevent 2.0.12-stable, zlib 1.2.5, extensions)
- Next by Author:
[tor-commits] [torbrowser/maint-2.2] update tbb osx alpha to 2.2.28, bump tor to 0.2.2.28-beta, libevent to 2.0.12-stable, and extension versions as well
- Previous by thread:
[tor-commits] [obfsproxy/master] Revive unit tests.
- Next by thread:
[tor-commits] [torbrowser/maint-2.2] update tbb osx alpha to 2.2.28, bump tor to 0.2.2.28-beta, libevent to 2.0.12-stable, and extension versions as well
- Index(es):