[tor-commits] [torbrowser/maint-2.2] remove linux-related things from OSX launch script
erinn at torproject.org
erinn at torproject.org
Sun Oct 23 23:18:54 UTC 2011
commit 3613531f94ebcbe2ce89dbf2eae39c253d6f6fc5
Author: Erinn Clark <erinn at torproject.org>
Date: Sat Mar 5 19:52:37 2011 +0100
remove linux-related things from OSX launch script
---
src/RelativeLink/RelativeLinkOSX.sh | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/RelativeLink/RelativeLinkOSX.sh b/src/RelativeLink/RelativeLinkOSX.sh
index f60c513..f8965e8 100755
--- a/src/RelativeLink/RelativeLinkOSX.sh
+++ b/src/RelativeLink/RelativeLinkOSX.sh
@@ -1,10 +1,5 @@
#!/bin/sh
#
-# GNU/Linux does not really require something like RelativeLink.c
-# However, we do want to have the same look and feel with similiar features.
-# In the future, we may want this to be a C binary with a custom icon but at the moment
-# it's quite simple to just use a shell script
-#
# To run in debug mode simply pass --debug
#
# Copyright 2010 The Tor Project. See LICENSE for licensing information.
@@ -33,6 +28,6 @@ if [ "${debug}" ]; then
fi
# not in debug mode, run proceed normally
-printf "\nLaunching Tor Browser Bundle for Linux in ${HOME}\n"
+printf "\nLaunching Tor Browser Bundle for Mac OS X in ${HOME}\n"
cd "${HOME}"
open $HOME/Contents/MacOS/Vidalia.app
More information about the tor-commits
mailing list