From: Silvio Rhatto Date: Thu, 28 Mar 2019 01:20:58 +0000 (-0300) Subject: Fix cli args at ssh-agent-loadkey X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=24f8166df3edf7d0cb33cc3861e975019d41d01e;p=utils-ssh.git Fix cli args at ssh-agent-loadkey --- diff --git a/ssh-agent-loadkey b/ssh-agent-loadkey index deab2dc..c49baca 100755 --- a/ssh-agent-loadkey +++ b/ssh-agent-loadkey @@ -109,7 +109,7 @@ function __load { # Dispatch if [ ! -z "$2" ]; then - __load $* + __load $2 $1 else __chooser fi