]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Shebangzeile analog zu den anderen Scripten
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2007 10:55:59 +0000 (10:55 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 2 Apr 2007 10:55:59 +0000 (10:55 +0000)
scripts/create_tags_file.pl

index 712493b3069182902248563682ab39da7715e5f0..e27a96ba02f09c40d951d9c3a89037ed5aacea6b 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+#
 ########################################################
 #
 # This script creates a 'tags' file in the style of ctags
@@ -39,4 +41,4 @@ my $tagsfile="tags";
 $naive_tagger->output( outfile => $tagsfile );
 
 
-1;
\ No newline at end of file
+1;