mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use warnings instead of perl -w.
perl -w breaks env on Debian.
This commit is contained in:
parent
e148477c70
commit
b4fbec5b12
3
util/git-release-notes.pl
Normal file → Executable file
3
util/git-release-notes.pl
Normal file → Executable file
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env perl
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use Git;
|
||||
|
Loading…
Reference in New Issue
Block a user