projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f755bb9
)
Fix t4030-diff-textconv.sh
author
Alex Riesen
<raa.lkml@gmail.com>
Wed, 19 Nov 2008 11:14:50 +0000
(12:14 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Nov 2008 03:32:07 +0000
(19:32 -0800)
Avoid passing cygwin pathnames to Perl. Some Perls have problems using them
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4030-diff-textconv.sh
patch
|
blob
|
history
diff --git
a/t/t4030-diff-textconv.sh
b/t/t4030-diff-textconv.sh
index 03ba26a0de7d1bf41269cfb1f1b9f33b733482e1..0b76e7c97a511e5d5bbedaf54d4bab10a15caeb2 100755
(executable)
--- a/
t/t4030-diff-textconv.sh
+++ b/
t/t4030-diff-textconv.sh
@@
-21,7
+21,7
@@
EOF
cat >hexdump <<'EOF'
#!/bin/sh
-perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' "$1"
+perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_'
<
"$1"
EOF
chmod +x hexdump