Code

Merge branch 'rs/strbuf-expand'
[git.git] / t / t4030-diff-textconv.sh
index 03ba26a0de7d1bf41269cfb1f1b9f33b733482e1..0b76e7c97a511e5d5bbedaf54d4bab10a15caeb2 100755 (executable)
@@ -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