From cd39a6faf86c969d04881fc77b8b3e4d15165eb4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 5 Jun 2013 10:53:11 +0100 Subject: Fix non-portable shell in ssh-copy-id (closes: #711162). --- contrib/ssh-copy-id | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ssh-copy-id') diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index 9f2817b6b..ae88e9958 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 -- cgit v1.2.3