[openssh-commits] [openssh] 04/11: Remove outdated comment
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 25 18:26:16 AEST 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit bd382dca316c721aed1e45edcf4c4e0f6374afb0
Author: Jakub Jelen <jjelen at redhat.com>
Date: Tue Mar 2 21:34:05 2021 +0000
Remove outdated comment
The commit b068122 removed the code dropping the trailing colon, but the comment stayed leaving the code confusing for future readers
SSH-Copy-ID-Upstream: 930d39f238117cd53810240ec989d0356aa1c1f6
---
contrib/ssh-copy-id | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
index 437a7609..9c9b0fa5 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -155,7 +155,6 @@ if [ $# != 1 ] ; then
usage
fi
-# drop trailing colon
USER_HOST="$*"
# tack the hostname onto SSH_OPTS
SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list