bug fix
This commit is contained in:
parent
7924d524b9
commit
b979854f53
1 changed files with 1 additions and 1 deletions
2
dist/addsrclinks
vendored
2
dist/addsrclinks
vendored
|
|
@ -3,7 +3,7 @@
|
||||||
@_ = <>;
|
@_ = <>;
|
||||||
my $root = $ENV{'PLAN9'};
|
my $root = $ENV{'PLAN9'};
|
||||||
my $html = join("", @_);
|
my $html = join("", @_);
|
||||||
$html =~ s;$root;XXX$root;g;
|
$html =~ s;$root/;XXX$root/;g;
|
||||||
while($html =~ /((.|\n)*)XXX($root\/([a-zA-Z0-9_.\/]|−)*[a-zA-Z0-9_\/])((.|\n)*)/){
|
while($html =~ /((.|\n)*)XXX($root\/([a-zA-Z0-9_.\/]|−)*[a-zA-Z0-9_\/])((.|\n)*)/){
|
||||||
($a, $b, $c) = ($1, $3, $5);
|
($a, $b, $c) = ($1, $3, $5);
|
||||||
$b =~ s/−/-/g;
|
$b =~ s/−/-/g;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue