From bc40ba680a829b4311025f6beaf40c94da60a50d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 16 Apr 2006 22:48:41 +0000 Subject: [PATCH] and remove the 'debugging' flag for torify svn:r6391 --- contrib/torify.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/torify.in b/contrib/torify.in index 86e94062e9..474ae0f1fc 100755 --- a/contrib/torify.in +++ b/contrib/torify.in @@ -1,4 +1,4 @@ -#! /bin/sh -x +#! /bin/sh # Wrapper script for use of the tsocks(8) transparent socksification library # See the tsocks(1) and torify(1) manpages. # Modified by Jacob Appelbaum April 16th 2006