summaryrefslogtreecommitdiffstats
path: root/contrib/ssh-copy-id
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ssh-copy-id')
-rw-r--r--contrib/ssh-copy-id2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
index 9f2817b..ae88e99 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -165,7 +165,7 @@ done
eval set -- "$SAVEARGS"
-if [ $# == 0 ] ; then
+if [ $# = 0 ] ; then
usage
fi
if [ $# != 1 ] ; then
OpenPOWER on IntegriCloud