[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SCM] Debian package checker branch, master, updated. 2.2.11-17-g8ee61d5



Raphael Geissert <atomo64+debian@gmail.com> writes:
> Russ Allbery wrote:
>
>> +             if (m/^${LEADIN}dpkg\s+--assert-support-predepends\b/) {
>
> The ^ before ${LEADIN} is useless and actually reduces its usefulness. It
> should be:
>
>> +             if (m/${LEADIN}dpkg\s+--assert-support-predepends\b/) {
>
> Same applies to the others.

Whoops, I was going to check that and then forgot.  Thanks, I'll fix.

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: