X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d954f6b7bcf8a03a4cd383ea8684ef63c7b86e5f..3fafdab4bb94b48cb16c80690408a18f472e202b:/tools/cmake/scripts/fixup_simgrid_dtd_l.pl diff --git a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl index d7860952f2..67f66de210 100755 --- a/tools/cmake/scripts/fixup_simgrid_dtd_l.pl +++ b/tools/cmake/scripts/fixup_simgrid_dtd_l.pl @@ -6,7 +6,7 @@ while (<>) { next if (m#^ \* Generated [0-9/]* [0-9:]*#); # Informative error message for files using a very old DTD - s#"Bad declaration %s."#"Bad declaration %s.\\nIf your are using an XML v3 file (check the version attribute in ), please update it with tools/simgrid_update_xml.pl"#; + s#"Bad declaration %s."#"Bad declaration %s.\\nIf you are using an XML v3 file (check the version attribute in ), please update it with tools/simgrid_update_xml.pl"#; # Accept the alternative DTD location if (/DOCTYPE.*simgrid.org.simgrid.dtd/) { @@ -17,8 +17,8 @@ while (<>) { if (/fprintf.stderr, .*? flexml_err_msg.;/) { print(' surf_parse_error(flexml_err_msg);'."\n"); next; - } - + } + # Actually outputs the resulting line print; }