The following commit has been merged in the master branch:
commit 53f1631767a7d9c539446997f3d5d4a3e17b4d1a
Author: James Vega <[email protected]>
Date: Fri Jul 30 20:43:15 2010 -0400
Remove extraneous '>' characters from last checkbashisms commit.
Signed-off-by: James Vega <[email protected]>
diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 8ae9dc3..e7a6f83 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -599,8 +599,8 @@ sub init_hashes {
$bashisms{$LEADIN . qr'local\s+\w+='} = q<local foo=bar>;
$bashisms{$LEADIN . qr'local\s+\w+\s+\w+'} = q<local x y>;
$bashisms{$LEADIN . qr'((?:test|\[)\s+.+\s-[ao])\s'} = q<test -a/-o>;
- $bashisms{$LEADIN . qr'kill\s+-[^sl]\w*'} => q<kill -[0-9] or -[A-Z]>;
- $bashisms{$LEADIN . qr'trap\s+["\']?.*["\']?\s+.*[1-9]'} => q<trap with
signal numbers>;
+ $bashisms{$LEADIN . qr'kill\s+-[^sl]\w*'} = q<kill -[0-9] or -[A-Z]>;
+ $bashisms{$LEADIN . qr'trap\s+["\']?.*["\']?\s+.*[1-9]'} = q<trap with
signal numbers>;
}
if ($makefile) {
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].