remove hard-coded /usr/local/plan9
This commit is contained in:
parent
8ce709afdf
commit
5ccb404fa5
1 changed files with 1 additions and 1 deletions
2
dist/fixurls
vendored
2
dist/fixurls
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
open(OMIT, "9 sed -n 's/.*Omitman\\[\"(.*)\\((.)\\)\".*/\\1 \\2/p' /usr/local/plan9/dist/checkman.awk |") || die "omit: $!";
|
open(OMIT, "9 sed -n 's/.*Omitman\\[\"(.*)\\((.)\\)\".*/\\1 \\2/p' $ENV{'PLAN9'}/dist/checkman.awk |") || die "omit: $!";
|
||||||
@omit = <OMIT>;
|
@omit = <OMIT>;
|
||||||
close OMIT;
|
close OMIT;
|
||||||
chomp @omit;
|
chomp @omit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue