From 68bcf3538706b18f708d51e91729ad8c42c81743 Mon Sep 17 00:00:00 2001 From: btoumi Date: Fri, 25 May 2007 10:00:54 +0000 Subject: [PATCH] delete space in beggining of the script to accept script launch --- misc/migration_tools/check_parser.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/migration_tools/check_parser.pl b/misc/migration_tools/check_parser.pl index 9ee334bbc4..3cdb3c2c49 100755 --- a/misc/migration_tools/check_parser.pl +++ b/misc/migration_tools/check_parser.pl @@ -1,5 +1,5 @@ - #!/usr/bin/perl +#!/usr/bin/perl use XML::SAX::ParserFactory; $parser = XML::SAX::ParserFactory->parser(); -print $parser; \ No newline at end of file +print $parser; -- 2.39.5