summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-05 22:48:44 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-05 22:48:44 +1000
commitb4e00949f01176cd4fae3e0cef5ffa8dea379042 (patch)
treef98f973d741b4880660ffafdaa0e0be952488360 /contrib
parent2ea9eb77a7fcab3190564ef5a6a5377a600aa391 (diff)
- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
Patch from cjwatson at debian.
Diffstat (limited to 'contrib')
-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 9f2817b6b..ae88e9958 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -165,7 +165,7 @@ done
165 165
166eval set -- "$SAVEARGS" 166eval set -- "$SAVEARGS"
167 167
168if [ $# == 0 ] ; then 168if [ $# = 0 ] ; then
169 usage 169 usage
170fi 170fi
171if [ $# != 1 ] ; then 171if [ $# != 1 ] ; then