diff options
author | Philip Hands <phil@hands.com> | 2023-05-23 23:07:11 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-05-25 10:24:50 +0200 |
commit | 801cda54c00e0f4e7d89345a90874c8d05dc233a (patch) | |
tree | 3ea3d515f618d054b9330f7eec6a26b0b37943da /contrib | |
parent | make -x also apply to the target script (diff) | |
download | openssh-801cda54c00e0f4e7d89345a90874c8d05dc233a.tar.xz openssh-801cda54c00e0f4e7d89345a90874c8d05dc233a.zip |
drop whitespace
SSH-Copy-ID-Upstream: e604fae1cdee35c18055d35dcec530cf12ef00ad
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ssh-copy-id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index ce16ea0bc..f5ec6892b 100644 --- a/contrib/ssh-copy-id +++ b/contrib/ssh-copy-id @@ -149,7 +149,7 @@ do usage ;; esac -done +done #shift all args to keep only USER_HOST shift $((OPTIND-1)) |