The following commit has been merged in the master branch:
commit b3e7a546caf691c3076d5745b35cda5f9d4d5da0
Author: Raphael Geissert <[email protected]>
Date:   Sun Oct 21 00:34:10 2012 -0500

    checkbashisms: correct description of 'setvar'
    
    Signed-off-by: Benjamin Drung <[email protected]>

diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 52f72b8..861ec6f 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -594,7 +594,7 @@ sub init_hashes {
        $LEADIN . qr'jobs\s' =>  q<jobs>,
 #      $LEADIN . qr'jobs\s+-[^lp]\s' =>  q<'jobs' with option other than -l or 
-p>,
        $LEADIN . qr'command\s+-[^p]\s' =>  q<'command' with option other than 
-p>,
-       $LEADIN . qr'setvar\s' =>  q<setvar 'foo' 'bar' should be eval \$'foo' 
'bar'>,
+       $LEADIN . qr'setvar\s' =>  q<setvar 'foo' 'bar' should be eval 
'foo="'"$bar"'"'>,
     );
 
     %string_bashisms = (

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to