From e263f8606a9cbbe68595db68b4a56e34866a8d1d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 6 Mar 2023 11:04:33 +0100 Subject: Various fixes to make the latest shellcheck pass --- lib/subcommands/ssh.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/subcommands/ssh.bash') diff --git a/lib/subcommands/ssh.bash b/lib/subcommands/ssh.bash index 563aa73..6c9a6be 100644 --- a/lib/subcommands/ssh.bash +++ b/lib/subcommands/ssh.bash @@ -30,6 +30,7 @@ subcommand() notice "$BASHTARD_NAME/ssh" "$user@$node ($host) > $*" + # shellcheck disable=SC2029 ssh "$user@$host" "$@" unset user -- cgit v1.1