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

(-)ssh-copy-id.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
fi
25
fi
26
26
27
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
27
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
28
  GET_ID="cat ${ID_FILE}"
28
  GET_ID="cat \"${ID_FILE}\""
29
fi
29
fi
30
30
31
if [ -z "`eval $GET_ID`" ]; then
31
if [ -z "`eval $GET_ID`" ]; then

Return to bug 1828