From 33649362e8d8c434cc64cfbe43fb0c5cec553a1c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 11 Mar 2015 14:13:19 +0000 Subject: [PATCH] Revert inadvertent checkin. --- build/extract_locs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/extract_locs.pl b/build/extract_locs.pl index 94b360a1..a516194d 100755 --- a/build/extract_locs.pl +++ b/build/extract_locs.pl @@ -2,7 +2,7 @@ use Xalan; -open(XML, xalanCall . " -IN edugain.xml -XSL extract_locs.xsl|") || die "could not open input file"; +open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL extract_locs.xsl|") || die "could not open input file"; while () { chop; if (/^https:\/\/([^\/:]+(:\d+)?)(\/|$)/) {