Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Document "git-reset --merge"
[gitweb.git]
/
t
/
t4030-diff-textconv.sh
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