The following commit has been merged in the master branch:
commit 9fbc28a9427218981ed4e02e513a724dbd53cbe0
Author: Raphael Geissert <[email protected]>
Date:   Mon May 10 01:09:29 2010 -0500

    checkbashisms: simplify all shell variables in makefiles
    
    Only one per-line was simplified.
    
    Signed-off-by: Raphael Geissert <[email protected]>
    Signed-off-by: James Vega <[email protected]>

diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 0d0f5c8..6715aa4 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -189,7 +189,7 @@ foreach my $filename (@ARGV) {
 
            s/^\t//;
            s/(?<!\$)\$\((\w+)\)/\${$1}/g;
-           s/(\$){2}/$1/;
+           s/(\$){2}/$1/g;
            s/^[\s\t]*@//;
        }
 

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to