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

(-)ssh-copy-id (-1 / +6 lines)
Lines 29-35 if [ -z "`eval $GET_ID`" -a -r "${ID_FIL Link Here
29
fi
29
fi
30
30
31
if [ -z "`eval $GET_ID`" ]; then
31
if [ -z "`eval $GET_ID`" ]; then
32
  echo "$0: ERROR: No identities found"
32
  echo "$0: ERROR: No identities found" >&2
33
  exit 1
34
fi
35
36
if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
37
  echo "Usage: $0 [-i [identity_file]] [user@]machine" >&2
33
  exit 1
38
  exit 1
34
fi
39
fi
35
40

Return to bug 461