[Koha-cvs] koha/misc/migration_tools check_parser.pl

Bruno Toumi btoumi at ouestprovence.fr
Fri May 25 12:00:54 CEST 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Changes by:	Bruno Toumi <btoumi>	07/05/25 10:00:54

Modified files:
	misc/migration_tools: check_parser.pl 

Log message:
	delete space in beggining of the script to accept script launch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/migration_tools/check_parser.pl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: check_parser.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/migration_tools/check_parser.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- check_parser.pl	25 May 2007 09:33:58 -0000	1.1
+++ check_parser.pl	25 May 2007 10:00:54 -0000	1.2
@@ -1,4 +1,4 @@
- #!/usr/bin/perl
+#!/usr/bin/perl
  
 use XML::SAX::ParserFactory;
 $parser = XML::SAX::ParserFactory->parser();





More information about the Koha-cvs mailing list