Author: adam-guest
Date: 2008-03-06 19:49:50 +0000 (Thu, 06 Mar 2008)
New Revision: 1107
Modified:
trunk/debian/changelog
trunk/scripts/checkbashisms.1
Log:
+ Fix an unescaped hyphen in the manpage
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-03-06 19:34:23 UTC (rev 1106)
+++ trunk/debian/changelog 2008-03-06 19:49:50 UTC (rev 1107)
@@ -23,6 +23,7 @@
+ Reorder a couple of checks so that ". foo $HOSTNAME" is detected as
source passing arguments rather than misuse of $HOSTNAME
+ Fix a potential false positive on "2>& 1"
+ + Fix an unescaped hyphen in the manpage
* bts: Allow the sendmail command to begin with a ~ (Closes: #469207)
* debcommit: Set $SVKDIFF before calling "svk diff" (Closes: #469238)
* deb[ci]: Allow either package names or filenames to be passed on the
Modified: trunk/scripts/checkbashisms.1
===================================================================
--- trunk/scripts/checkbashisms.1 2008-03-06 19:34:23 UTC (rev 1106)
+++ trunk/scripts/checkbashisms.1 2008-03-06 19:49:50 UTC (rev 1107)
@@ -26,7 +26,7 @@
Show a summary of options.
.TP
.BR \-\-newline ", " \-n
-Check for "echo -n" usage (non POSIX but required by Debian Policy 10.4.)
+Check for "echo \-n" usage (non POSIX but required by Debian Policy 10.4.)
.TP
.BR \-\-force ", " \-f
Force each script to be checked, even if it would normally not be (for
--
To unsubscribe, send mail to [EMAIL PROTECTED]