Author: adam-guest
Date: 2008-03-28 21:23:10 +0000 (Fri, 28 Mar 2008)
New Revision: 1218
Modified:
trunk/debian/changelog
Log:
Fix heredoc fix comment
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-03-28 20:33:48 UTC (rev 1217)
+++ trunk/debian/changelog 2008-03-28 21:23:10 UTC (rev 1218)
@@ -5,8 +5,7 @@
* checkbashisms:
+ Strip off the quoted portion of a line that ends a "quoted block" before
deciding whether it's a comment line and skipping it
- + Fix heredoc detection to match '<< \EOT ... EOT' but not
- '<< "\EOT" ... EOT'
+ + Fix heredoc detection to match '<< \EOT ... EOT'
+ Improve the invalid function name test to not trigger on IFS="()"
+ Modify the brace expansion test to allow "${foo},${bar}"
+ Add another variation on the theme of shell wrapper detection (${1+"$@"})
--
To unsubscribe, send mail to [EMAIL PROTECTED]