Your message dated Sun, 16 Mar 2008 17:12:26 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#470996: checkbashisms: regression in subversion code
has caused the Debian Bug report #470996,
regarding checkbashisms: regression in subversion code
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
470996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470996
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: devscripts
Version: 2.10.19~svn1126
User: [EMAIL PROTECTED]
Usertags: checkbashisms
While testing a hack I made to checkbashisms from the svn repo I noticed a
regression.
From pool/main/t/tiger/tiger_3.2.2-3_amd64.deb:
$ checkbashisms ./usr/sbin/tigercron
possible bashism in ./usr/sbin/tigercron line 259 ($HOST(TYPE|NAME)):
[ ! -n "$Tiger_Mail_FROM" ] && Tiger_Mail_FROM="[EMAIL PROTECTED]"
possible bashism in ./usr/sbin/tigercron line 275 ($HOST(TYPE|NAME)):
echo "From: \"Tiger automatic auditor at $HOSTNAME\"
<$Tiger_Mail_FROM>"
possible bashism in ./usr/sbin/tigercron line 277 ($HOST(TYPE|NAME)):
echo "Subject: Tiger Auditing Report for $HOSTNAME"
$ /tmp/checkbashisms.pl.orig ./usr/sbin/tigercron
possible bashism in ./usr/sbin/tigercron line 275 ($HOST(TYPE|NAME)):
echo "From: \"Tiger automatic auditor at $HOSTNAME\"
<$Tiger_Mail_FROM>"
possible bashism in ./usr/sbin/tigercron line 277 ($HOST(TYPE|NAME)):
echo "Subject: Tiger Auditing Report for $HOSTNAME"
checkbashisms.pl.orig comes from exporting the current checkbashisms from the
subversion repository; and acc to svn the last revision on that file is 1126.
And:
$ checkbashisms --version | head -n1
This is checkbashisms, from the Debian devscripts package, version 2.10.18.1
My guess is that it was caused by the fix for #464641
Sincerely,
--
Atomo64 - Raphael
Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Earth Hour 2008 - Take action!
http://www.earthhour.org/user/xJKk
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Version: 2.10.19
Hi,
On Fri, 2008-03-14 at 19:39 -0600, Raphael Geissert wrote:
> Package: devscripts
> Version: 2.10.19~svn1126
> User: [EMAIL PROTECTED]
> Usertags: checkbashisms
>
> While testing a hack I made to checkbashisms from the svn repo I noticed a
> regression.
[...]
> My guess is that it was caused by the fix for #464641
On Fri, 2008-03-14 at 19:59 -0600, Raphael Geissert wrote:
> Package: devscripts
> Version: 2.10.19~svn1120
> User: [EMAIL PROTECTED]
> Usertags: checkbashisms
>
> With the new function names check added in r1120 checkbashisms also catches
> some false positives:
These are both fixed in 2.10.19 but not closed in the changelog as they
never existed in the archive. Thanks for reporting them.
Regards,
Adam
--- End Message ---