commit 0fc5fdc430968a62a0310fc7022c4562b4625bf2 parent c3fca4e4b324aae9be7ebe2077eb50dcbe5f1ac4 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 19 Feb 2019 11:55:53 -0500 Merge remote-tracking branch 'tor-github/pr/659' Diffstat:
| A | changes/ticket29070 | | | 2 | ++ |
| M | contrib/client-tools/torify | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changes/ticket29070 b/changes/ticket29070 @@ -0,0 +1,2 @@ + o Code simplification and refactoring (shell scripts): + - Fix shellcheck warning in torify script. Resolves issue 29070. diff --git 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