From: Jakub Jelen Date: Tue, 2 Mar 2021 21:34:05 +0000 (+0000) Subject: Remove outdated comment X-Git-Tag: V_9_4_P1~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd382dca316c721aed1e45edcf4c4e0f6374afb0;p=thirdparty%2Fopenssh-portable.git 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 --- diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index 437a7609f..9c9b0fa5f 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")'"