summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/ssh-copy-id1
1 files changed, 0 insertions, 1 deletions
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")'"