- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
bisson AT archlinux.org
This commit is contained in:
parent
1a91c0f163
commit
44a6c9340a
|
@ -5,6 +5,8 @@
|
||||||
binary_pipe is no longer required on Cygwin; patch from Corinna Vinschen
|
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
|
- (djm) [configure.ac] error out if the host lacks the necessary bits for
|
||||||
an explicitly requested sandbox type
|
an explicitly requested sandbox type
|
||||||
|
- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
|
||||||
|
bisson AT archlinux.org
|
||||||
|
|
||||||
20110812
|
20110812
|
||||||
- (dtucker) [openbsd-compat/port-linux.c] Bug 1924: Improve selinux context
|
- (dtucker) [openbsd-compat/port-linux.c] Bug 1924: Improve selinux context
|
||||||
|
|
|
@ -25,7 +25,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
|
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
|
||||||
GET_ID="cat "${ID_FILE}\""
|
GET_ID="cat \"${ID_FILE}\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "`eval $GET_ID`" ]; then
|
if [ -z "`eval $GET_ID`" ]; then
|
||||||
|
|
Loading…
Reference in New Issue