mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-27 14:44:21 +08:00
- (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:
parent
2db9977c06
commit
d1eb1dd5ed
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user