View | Details | Raw Unified | Return to bug 2117
Collapse All | Expand All

(-)b/contrib/ssh-copy-id (-1 / +1 lines)
Lines 165-171 Link Here
165
165
166
eval set -- "$SAVEARGS"
166
eval set -- "$SAVEARGS"
167
167
168
if [ $# == 0 ] ; then
168
if [ $# = 0 ] ; then
169
  usage
169
  usage
170
fi
170
fi
171
if [ $# != 1 ] ; then
171
if [ $# != 1 ] ; then

Return to bug 2117