You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/htp/files/htp-1.19-fix-perl-5.26.patch

13 lines
245 B

https://bugs.gentoo.org/668250
--- a/homepage/ref/pphtp.pl
+++ b/homepage/ref/pphtp.pl
@@ -6,7 +6,7 @@
# -n include line numbers
# -s include EBNF like syntax
-require "hlhtp.pl";
+require "./hlhtp.pl";
while ($ARGV[0] =~ /^-(.*)/) {