Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Revert inadvertent checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 11, 2015
1 parent 052b2fe commit 3364936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/extract_locs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<XML>) {
chop;
if (/^https:\/\/([^\/:]+(:\d+)?)(\/|$)/) {
Expand Down

0 comments on commit 3364936

Please sign in to comment.