ensure no space in script type string

New bitbake checks to ensure the #! line does not exceed 180 characters
and it requires no space between it and the script type info.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: If52da98c06aced381a6b82cfc0756c1a322f7aec
diff --git a/gen_callouts.pl b/gen_callouts.pl
index 5083557..b23a8bb 100755
--- a/gen_callouts.pl
+++ b/gen_callouts.pl
@@ -1,4 +1,5 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
+
 use strict;
 use warnings;
 
diff --git a/gen_fru_properties.pl b/gen_fru_properties.pl
index c371658..8479fc9 100755
--- a/gen_fru_properties.pl
+++ b/gen_fru_properties.pl
@@ -1,4 +1,5 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
+
 use strict;
 use warnings;
 
diff --git a/gen_ipmi_fru.pl b/gen_ipmi_fru.pl
index 1f13584..9d0b6f0 100644
--- a/gen_ipmi_fru.pl
+++ b/gen_ipmi_fru.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+
 use strict;
 use warnings;
 
diff --git a/gen_ipmi_sel.pl b/gen_ipmi_sel.pl
index bb70a7f..07c9ccd 100755
--- a/gen_ipmi_sel.pl
+++ b/gen_ipmi_sel.pl
@@ -1,4 +1,5 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
+
 use strict;
 use warnings;
 
diff --git a/gen_ipmi_sensor.pl b/gen_ipmi_sensor.pl
index a511c0f..01825d0 100755
--- a/gen_ipmi_sensor.pl
+++ b/gen_ipmi_sensor.pl
@@ -1,4 +1,5 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
+
 use strict;
 use warnings;
 use mrw::Targets;
diff --git a/gen_led_groups.pl b/gen_led_groups.pl
index dc9fd41..351e662 100755
--- a/gen_led_groups.pl
+++ b/gen_led_groups.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/env perl
+
 use strict;
 use warnings;
 
diff --git a/gen_occ_map.pl b/gen_occ_map.pl
index d4eaf25..511bd25 100755
--- a/gen_occ_map.pl
+++ b/gen_occ_map.pl
@@ -1,4 +1,5 @@
 #!/usr/bin/env perl
+
 use strict;
 use warnings;
 
diff --git a/gen_openpower_fru.pl b/gen_openpower_fru.pl
index 85f5b9e..beb19aa 100755
--- a/gen_openpower_fru.pl
+++ b/gen_openpower_fru.pl
@@ -1,4 +1,5 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
+
 use strict;
 use warnings;
 
diff --git a/gen_path_callouts.pl b/gen_path_callouts.pl
index de437ac..0ea238e 100755
--- a/gen_path_callouts.pl
+++ b/gen_path_callouts.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # This script is used for generating callout lists from the MRW for devices
 # that can be accessed from the BMC.  The callouts have a location code, the
diff --git a/print_inventory.pl b/print_inventory.pl
index 4bcb180..755f441 100755
--- a/print_inventory.pl
+++ b/print_inventory.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;
diff --git a/print_targets.pl b/print_targets.pl
index 918e022..9d931c0 100755
--- a/print_targets.pl
+++ b/print_targets.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;