[tor-commits] [tor-messenger-build/master] Fix a typo in startup script

sukhbir at torproject.org sukhbir at torproject.org
Thu Nov 6 13:36:39 UTC 2014


commit c1c34b1bf42ffa22457da6ffe1444c4f3965e166
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Thu Nov 6 19:06:38 2014 +0530

    Fix a typo in startup script
---
 projects/tor-messenger/start-tor-messenger |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-messenger/start-tor-messenger b/projects/tor-messenger/start-tor-messenger
index 02f56b4..406fb48 100755
--- a/projects/tor-messenger/start-tor-messenger
+++ b/projects/tor-messenger/start-tor-messenger
@@ -181,7 +181,7 @@ if [ -L "$myname" ]; then
 		myname="`readlink -f "$myname" 2>/dev/null`"
 		if [ "$?" -ne 0 ]; then
 			# Ugh.
-			complain "start-tor-browser cannot be run using a symlink on this operating system."
+			complain "start-tor-messenger cannot be run using a symlink on this operating system."
 		fi
 	fi
 fi



More information about the tor-commits mailing list