t: Replace 'perl' by $PERL_PATH
[gitweb.git] / t / t4030-diff-textconv.sh
index d4ab4f2ccf9a1bbbc1e6af84df5f09c373f9f465..82e36ec9426954d99d9c3115aa14c5eb15a12d2b 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 
 cat >hexdump <<'EOF'
 #!/bin/sh
-perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1"
+$PERL_PATH -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1"
 EOF
 chmod +x hexdump