X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=blobdiff_plain;f=pctb%2Fyppsc-resolver-pixoptions;h=5b7a825fd4daded0a1cfe3c7cb0a34e27ee448ef;hp=7bbcb19fbb0f4fc4284b847cc6140d8fd0c7e94d;hb=6a3c0962283d32bc6e5f6c47c929baf37ddc642f;hpb=cde017ed6b76840ce2ae1aa5fc740a6e06352f92 diff --git a/pctb/yppsc-resolver-pixoptions b/pctb/yppsc-resolver-pixoptions index 7bbcb19..5b7a825 100755 --- a/pctb/yppsc-resolver-pixoptions +++ b/pctb/yppsc-resolver-pixoptions @@ -34,7 +34,7 @@ our ($which) = shift @ARGV; $which =~ s/\W//g; -our ($pctb)= 'http://pctb.ilk.org/'; +our ($pctb) = $ENV{'YPPSC_PCTB_PCTB'}; die unless $pctb; our ($ua)= LWP::UserAgent->new; our $jsonresp;