Skip to content

Commit

Permalink
Use warnings instead of perl -w.
Browse files Browse the repository at this point in the history
perl -w breaks env on Debian.
  • Loading branch information
jralls committed Jun 29, 2019
1 parent e148477 commit b4fbec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/git-release-notes.pl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env perl -w
#!/usr/bin/env perl
use warnings;
use strict;

use Git;
Expand Down

0 comments on commit b4fbec5

Please sign in to comment.