Files
bsdports/devel/autoconf/files/patch-bin-autoscan.in
2019-12-26 07:26:06 +00:00

12 lines
287 B
Plaintext

--- bin/autoscan.in.orig 2012-04-25 02:37:26 UTC
+++ bin/autoscan.in
@@ -358,7 +358,7 @@ sub scan_sh_file ($)
{
# Strip out comments and variable references.
s/#.*//;
- s/\${[^\}]*}//g;
+ s/\$\{[^\}]*}//g;
s/@[^@]*@//g;
# Tokens in the code.