From 493f6540f299fcb87e7d298e8f3373b8771f3b1d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 May 2005 00:52:54 +0000 Subject: Add missing quote svn:r4232 --- contrib/osx/Tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osx/Tor b/contrib/osx/Tor index 983b67b91a..2162617f30 100755 --- a/contrib/osx/Tor +++ b/contrib/osx/Tor @@ -57,7 +57,7 @@ StopService () RestartService () { StopService; StartService; } if [ "x$1" = x ]; then - echo "Syntax: tor {start|stop} + echo "Syntax: tor {start|stop}" exit 1 fi -- cgit v1.2.3-54-g00ecf