From 2529b29a75e24dcc1a6c92ef8f19a5916028a63f Mon Sep 17 00:00:00 2001 From: rl1987 Date: Sat, 19 Jan 2019 17:39:48 +0200 Subject: Fix shellcheck warning SC2145 in torify script --- contrib/client-tools/torify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/client-tools/torify') 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 -- cgit v1.2.3-54-g00ecf