diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-16 22:48:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-16 22:48:41 +0000 |
commit | bc40ba680a829b4311025f6beaf40c94da60a50d (patch) | |
tree | 0e24951a2955232e57895c501d91684f0665808e /contrib/torify.in | |
parent | bc36505a3a5e220efd1330b949ae5c91c875fed2 (diff) | |
download | tor-bc40ba680a829b4311025f6beaf40c94da60a50d.tar.gz tor-bc40ba680a829b4311025f6beaf40c94da60a50d.zip |
and remove the 'debugging' flag for torify
svn:r6391
Diffstat (limited to 'contrib/torify.in')
-rwxr-xr-x | contrib/torify.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <jacob@appelbaum.net> April 16th 2006 |