[tor-commits] [torsocks/pending-changes] patch by okoeroo to fix torsocks on; trac ticket #8063
ioerror at torproject.org
ioerror at torproject.org
Sun Jan 27 21:12:58 UTC 2013
commit 2542b53e60cb04bbcc3ab5781216f5f6cddc9273
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Sun Jan 27 13:11:56 2013 -0800
patch by okoeroo to fix torsocks on; trac ticket #8063
---
src/torsocks.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/torsocks.in b/src/torsocks.in
index 53db2fc..3a47ec2 100755
--- a/src/torsocks.in
+++ b/src/torsocks.in
@@ -96,6 +96,7 @@ case "$1" in
# FIXME: This env variable is only meaningful on Mac OSX, so it would be better
# not to set it at all on other platforms.
export DYLD_FORCE_FLAT_NAMESPACE=1
+ ${SHELL:-/bin/sh}
;;
off)
#replace '/' with '\/' in @prefix@
More information about the tor-commits
mailing list