Fix t4030-diff-textconv.sh
authorAlex Riesen <redacted>
Wed, 19 Nov 2008 11:14:50 +0000 (12:14 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
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
 
git clone https://git.99rst.org/PROJECT