View | Details | Raw Unified | Return to bug 209768 | Differences between
and this patch

Collapse All | Expand All

(-)devel/autoconf/files/patch-bin_autoscan.in (+11 lines)
Added Link Here
1
--- bin/autoscan.in.orig	2012-04-25 02:37:26 UTC
2
+++ bin/autoscan.in
3
@@ -358,7 +358,7 @@ sub scan_sh_file ($)
4
     {
5
       # Strip out comments and variable references.
6
       s/#.*//;
7
-      s/\${[^\}]*}//g;
8
+      s/\$\{[^\}]*}//g;
9
       s/@[^@]*@//g;
10
 
11
       # Tokens in the code.

Return to bug 209768