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

(-)b/contrib/ssh-copy-id (-1 / +1 lines)
Lines 19-25 Link Here
19
    shift         # and this should leave $1 as the target name
19
    shift         # and this should leave $1 as the target name
20
  fi
20
  fi
21
else
21
else
22
  if [ x$SSH_AUTH_SOCK != x ] ; then
22
  if [ x$SSH_AUTH_SOCK != x ] && ssh-add -L >/dev/null 2>&1; then
23
    GET_ID="$GET_ID ssh-add -L"
23
    GET_ID="$GET_ID ssh-add -L"
24
  fi
24
  fi
25
fi
25
fi

Return to bug 1723