X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fcreate_tags_file.pl;h=e27a96ba02f09c40d951d9c3a89037ed5aacea6b;hb=a4f92ff17d2572ec3a0465fe4444c741d80ecc77;hp=712493b3069182902248563682ab39da7715e5f0;hpb=61cd09fa923cc9d834cd8d7e2307e5b8bb994939;p=kivitendo-erp.git diff --git a/scripts/create_tags_file.pl b/scripts/create_tags_file.pl index 712493b30..e27a96ba0 100644 --- a/scripts/create_tags_file.pl +++ b/scripts/create_tags_file.pl @@ -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;