summaryrefslogtreecommitdiff
path: root/devel/autoconf/files/patch-bin-autoscan.in
blob: a55345cc55937611af96e423b7bb443938547edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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.