Raphael Geissert <[email protected]> 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 ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

