[SCM] Git repository for devscripts branch, master, updated. v2.12.4-72-gcf18b4b

Benjamin Drung bdrung at debian.org
Sat Nov 10 23:00:41 UTC 2012


The following commit has been merged in the master branch:
commit dc4c3ce2909726caf0947383877239e90604b9be
Author: Raphael Geissert <geissert at debian.org>
Date:   Thu Nov 1 13:52:07 2012 -0600

    checkbashisms: check for the use of $GLOBIGNORE
    
    Signed-off-by: Raphael Geissert <geissert at debian.org>
    Signed-off-by: Benjamin Drung <bdrung at debian.org>

diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 9cbee86..6180d54 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -660,6 +660,7 @@ sub init_hashes {
 	qr'\$\{?TIMEFORMAT\}?\b'      => q<$TIMEFORMAT>,
 	qr'(?:^|\s+)TIMEFORMAT='      => q<TIMEFORMAT=>,
 	qr'\$\{?_\}?\b'		      => q<$_>,
+	qr'(?:^|\s+)GLOBIGNORE='      => q<GLOBIGNORE=>,
 	qr'<<<'                       => q<\<\<\< here string>,
 	$LEADIN . qr'echo\s+(?:-[^e\s]+\s+)?\"[^\"]*(\\[abcEfnrtv0])+.*?[\"]' => q<unsafe echo with backslash>,
 	qr'\$\(\([\s\w$*/+-]*\w\+\+.*?\)\)'   => q<'$((n++))' should be '$n; $((n=n+1))'>,

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list