diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:55:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:55:53 -0500 |
commit | 0fc5fdc430968a62a0310fc7022c4562b4625bf2 (patch) | |
tree | 2e2927783fb7341c2d55540c8b1b9f5a32e9aee7 /contrib | |
parent | c3fca4e4b324aae9be7ebe2077eb50dcbe5f1ac4 (diff) | |
parent | 2529b29a75e24dcc1a6c92ef8f19a5916028a63f (diff) | |
download | tor-0fc5fdc430968a62a0310fc7022c4562b4625bf2.tar.gz tor-0fc5fdc430968a62a0310fc7022c4562b4625bf2.zip |
Merge remote-tracking branch 'tor-github/pr/659'
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/client-tools/torify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/client-tools/torify b/contrib/client-tools/torify index 54acfed654..ac4c9b5c7f 100755 --- a/contrib/client-tools/torify +++ b/contrib/client-tools/torify @@ -53,7 +53,7 @@ pathfind() { if pathfind torsocks; then exec torsocks "$@" - echo "$0: Failed to exec torsocks $@" >&2 + echo "$0: Failed to exec torsocks $*" >&2 exit 1 else echo "$0: torsocks not found in your PATH. Perhaps it isn't installed? (tsocks is no longer supported, for security reasons.)" >&2 |