The following commit has been merged in the master branch:
commit 131c90cd330bbc73a305c02aa93122f851b4ee9f
Author: Martin Zobel-Helas <[email protected]>
Date: Sat Mar 27 08:16:31 2010 +0100
Fix typo spotted by Dann Frazier. (Closes: #575554)
diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 53a1c55..2d4b7a7 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -501,7 +501,7 @@ sub init_hashes {
$LEADIN . qr'local\s+-[a-zA-Z]+' => q<local -opt>,
qr'(?:^|\s+)\s*\(?\w*[^\(\w\s]+\S*?\s*\(\)\s*([\{|\(]|\Z)'
=> q<function names should only contain [a-z0-9_]>,
- $LEADIN . qr'(push|pop)d(\s|\Z)' => q<(push|pod)d>,
+ $LEADIN . qr'(push|pop)d(\s|\Z)' => q<(push|pop)d>,
$LEADIN . qr'export\s+-[^p]' => q<export only takes -p as an option>,
$LEADIN . qr'ulimit(\s|\Z)' => q<ulimit>,
$LEADIN . qr'shopt(\s|\Z)' => q<shopt>,
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].