- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by

bisson AT archlinux.org
This commit is contained in:
Damien Miller 2011-08-17 12:01:44 +10:00
parent 1a91c0f163
commit 44a6c9340a
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
binary_pipe is no longer required on Cygwin; patch from Corinna Vinschen
- (djm) [configure.ac] error out if the host lacks the necessary bits for
an explicitly requested sandbox type
- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
bisson AT archlinux.org
20110812
- (dtucker) [openbsd-compat/port-linux.c] Bug 1924: Improve selinux context

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