- (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by
   bisson AT archlinux.org
diff --git a/ChangeLog b/ChangeLog
index 0b31528..ab43074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
index eca7cf5..9451ace 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -25,7 +25,7 @@
 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