mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Merge 6395b93cc8 into bcf07a2546
This commit is contained in:
commit
ddb8d1bdb8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ my $verb = $AM_DEFAULT_VERBOSITY;
|
||||||
}
|
}
|
||||||
sub pm_to_blib {
|
sub pm_to_blib {
|
||||||
my $ret = shift->SUPER::pm_to_blib(@_);
|
my $ret = shift->SUPER::pm_to_blib(@_);
|
||||||
$ret =~ s{^(\t(?:- ?)?)(?:\$\(NOECHO\) ?)?(.*-e ['"]pm_to_blib(.*\\\n)*.*)$}{$1\$(PL_AM_V_BLIB)$2\$(PL_AM_V_BLIB_Hide)}mg;
|
$ret =~ s{^(\t(?:- ?)?)(?:\$\(NOECHO\) ?)?((?:\\\r?\n|.)*-e ['"]pm_to_blib(.*\\\n)*.*)$}{$1\$(PL_AM_V_BLIB)$2\$(PL_AM_V_BLIB_Hide)}mg;
|
||||||
$ret
|
$ret
|
||||||
}
|
}
|
||||||
sub post_constants {
|
sub post_constants {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue