diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-27 22:20:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-27 22:20:58 -0300 |
commit | 24f8166df3edf7d0cb33cc3861e975019d41d01e (patch) | |
tree | 832e7c5a3302fe53171f4fc77b4f506e8591f49d /ssh-agent-loadkey | |
parent | b3173cd035a96077573668f158d82ab82a7a4719 (diff) | |
download | utils-ssh-24f8166df3edf7d0cb33cc3861e975019d41d01e.tar.gz utils-ssh-24f8166df3edf7d0cb33cc3861e975019d41d01e.tar.bz2 |
Fix cli args at ssh-agent-loadkey
Diffstat (limited to 'ssh-agent-loadkey')
-rwxr-xr-x | ssh-agent-loadkey | 2 |
1 files changed, 1 insertions, 1 deletions
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 |