Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: t0001: workaround a heredoc bug in old versions of dash
author
Eric Wong
<normalperson@yhbt.net>
Tue, 30 May 2006 02:03:45 +0000
(19:03 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 30 May 2006 06:14:49 +0000
(23:14 -0700)
The dash installed on my Debian Sarge boxes don't seem to like
<<'' as a heredoc starter. Recent versions of dash do not need
this fix.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/t/t0001-contrib-git-svn-props.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a746f68
)
diff --git
a/contrib/git-svn/t/t0001-contrib-git-svn-props.sh
b/contrib/git-svn/t/t0001-contrib-git-svn-props.sh
index 6fa7889e9a691fd0bc0c68618f41045c322b25a3..23a5a2a2236491918f73d35ba54340b465927e51 100644
(file)
--- a/
contrib/git-svn/t/t0001-contrib-git-svn-props.sh
+++ b/
contrib/git-svn/t/t0001-contrib-git-svn-props.sh
@@
-20,9
+20,10
@@
a_empty_cr=
a_empty_crlf=
cd import
- cat >> kw.c <<
''
+ cat >> kw.c <<
\EOF
/* Make it look like somebody copied a file from CVS into SVN: */
/* $Id: kw.c,v 1.1.1.1 1994/03/06 00:00:00 eric Exp $ */
+EOF
printf "Hello\r\nWorld\r\n" > crlf
a_crlf=`git-hash-object -w crlf`