From 43e0502b9a815cb1af0735c9ea7c2bc819b97df5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 2 Apr 2007 10:55:59 +0000 Subject: [PATCH] Shebangzeile analog zu den anderen Scripten --- scripts/create_tags_file.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.5