Skip to content

Commit

Permalink
Item13883: fixed shebang
Browse files Browse the repository at this point in the history
added perl warnings
  • Loading branch information
MichaelDaum committed Dec 17, 2024
1 parent 4f472c4 commit 3ca06d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tools/xgettext
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
#
# Script to extract strings from Foswiki sources and templates

use strict;
use warnings;

# force the use from the root
-d 'core' or die("You may only run this utility from the root directory of Foswiki SVN checkout!");
Expand Down

0 comments on commit 3ca06d2

Please sign in to comment.