Allow synonyms for localhost
[spider.git] / perl / issue.pl
index 49bc62fdda6a93778d7e57a2da6a53f888674142..fd09e8594e3b2a983cbc9c368151e9d4a288f8f6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 # create a version and build id for the project using git ids
 #
@@ -36,7 +36,7 @@ use vars qw(\$version \$build \$gitversion);
 
 \$version = '$v';
 \$build = '$b';
-\$gitversion = '$g';
+\$gitversion = '$g\[i]';
 
 1;
 );