mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 00:02:05 +00:00
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
This commit is contained in:
parent
bdcaf79390
commit
bd382dca31
@ -155,7 +155,6 @@ if [ $# != 1 ] ; then
|
|||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# drop trailing colon
|
|
||||||
USER_HOST="$*"
|
USER_HOST="$*"
|
||||||
# tack the hostname onto SSH_OPTS
|
# tack the hostname onto SSH_OPTS
|
||||||
SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"
|
SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"
|
||||||
|
Loading…
Reference in New Issue
Block a user