[tor-commits] [torsocks/master] remove old shell spawning code that cannot be reached
ioerror at torproject.org
ioerror at torproject.org
Sun Jan 27 21:37:48 UTC 2013
commit eb9ccc824e43717cb38ff2fada5190e42c412cdc
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Tue Nov 6 17:41:34 2012 -0800
remove old shell spawning code that cannot be reached
---
src/torsocks.in | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/torsocks.in b/src/torsocks.in
index 1a9952a..7537440 100755
--- a/src/torsocks.in
+++ b/src/torsocks.in
@@ -139,12 +139,6 @@ case "$1" in
fi
export DYLD_FORCE_FLAT_NAMESPACE=1
- if [ $# = 0 ]
- then
- echo "torsocks: new torified shell coming right up..."
- ${SHELL:-/bin/sh}
- fi
-
if [ $# -gt 0 ]
then
if [ -u `which "$1"` ]; then
More information about the tor-commits
mailing list