- (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to the

identify file contained whitespace. bz#1828 patch from gwenael.lambrouin
   AT gmail.com; ok dtucker@
This commit is contained in:
Damien Miller 2011-08-12 11:22:47 +10:00
parent 2db9977c06
commit d1eb1dd5ed
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@
jchadima at redhat.
- (djm) [contrib/redhat/openssh.spec contrib/redhat/sshd.init]
[contrib/suse/openssh.spec contrib/suse/rc.sshd] Updated RHEL and SLES
init scrips from imorgan AT nas.nasa.gov
init scrips from imorgan AT nas.nasa.gov; bz#1920
- (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to the
identify file contained whitespace. bz#1828 patch from gwenael.lambrouin
AT gmail.com; ok dtucker@
20110807
- (dtucker) OpenBSD CVS Sync

View File

@ -25,7 +25,7 @@ else
fi
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
GET_ID="cat ${ID_FILE}"
GET_ID="cat "${ID_FILE}\""
fi
if [ -z "`eval $GET_ID`" ]; then