oops, there's no debug() in stow
This commit is contained in:
parent
8c8fe752f1
commit
65196fb9a3
1 changed files with 1 additions and 1 deletions
2
stow.in
2
stow.in
|
@ -578,7 +578,7 @@ sub get_ignore_re_from_file {
|
||||||
}
|
}
|
||||||
close(REGEXPS);
|
close(REGEXPS);
|
||||||
my $re = join '|', @regexps;
|
my $re = join '|', @regexps;
|
||||||
debug("#% ignore regexp is $re\n");
|
warn "#% ignore regexp is $re\n" if $Verbose;
|
||||||
return qr/$re/;
|
return qr/$re/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue