Browse Source

jbash prefers one backslash to two.
one didn't work for me when i tried, but hey.
i hate shell.


svn:r2910

Roger Dingledine 19 years ago
parent
commit
aa9461f13a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/tor.sh.in
  2. 1 1
      contrib/torctl.in

+ 1 - 1
contrib/tor.sh.in

@@ -15,7 +15,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
 TORCONF=@CONFDIR@/torrc
 # Strictly speaking, we don't need to su if we have --user and --group.
 # "Belt and suspenders," says jbash.
-TORARGS="--pidfile $TORPID --log \\"notice file $TORLOG \\" --runasdaemon 1 --datadirectory $TORDATA"
+TORARGS="--pidfile $TORPID --log \"notice file $TORLOG \" --runasdaemon 1 --datadirectory $TORDATA"
 if [ "x$TORUSER" != "x" ]; then
     TORARGS="$TORARGS --user $TORUSER"
 fi

+ 1 - 1
contrib/torctl.in

@@ -44,7 +44,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
 TORUSER=
 TORGROUP=
 
-TORARGS="--pidfile $PIDFILE --log \\"notice file $LOGFILE \\" --runasdaemon 1"
+TORARGS="--pidfile $PIDFILE --log \"notice file $LOGFILE \" --runasdaemon 1"
 TORARGS="$TORARGS --datadirectory $TORDATA"
 
 if [ "x$TORUSER" != "x" ]; then