[rancid] Re: JRancid show config | display set
Jeremy Singletary
jeremys at rickyninja.net
Fri Oct 30 02:13:15 UTC 2009
Change
$cmds_regexp=join("|", at commands);
to
$cmds_regexp = join("|", map quotemeta($_), @commands);
-jeremy
More information about the Rancid-discuss
mailing list