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_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;