Skip to content

Commit

Permalink
Merge 24d5393 into c52db13
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Apr 3, 2014
2 parents c52db13 + 24d5393 commit 60146da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txtorcon/util.py
Expand Up @@ -80,7 +80,7 @@ def find_tor_binary(globs=('/usr/sbin/', '/usr/bin/',
# Try to find the tor executable using the shell
if system_tor:
try:
proc = subprocess.Popen(('type -p tor', ), executable='/bin/bash',
proc = subprocess.Popen(('which tor'),
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
shell=True)
except OSError:
Expand Down

0 comments on commit 60146da

Please sign in to comment.