mirror of
https://github.com/curl/curl.git
synced 2026-06-07 17:24:21 +03:00
trimmarkdownheader.pl: enable warnings, fix one
This commit is contained in:
parent
e7cf939ab3
commit
aa1e6c3e38
1 changed files with 4 additions and 1 deletions
5
.github/scripts/trimmarkdownheader.pl
vendored
5
.github/scripts/trimmarkdownheader.pl
vendored
|
|
@ -7,7 +7,10 @@
|
|||
# Outputs: the same file, minus the header
|
||||
#
|
||||
|
||||
my $f = $ARGV[0];
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $f = $ARGV[0] || '';
|
||||
|
||||
open(F, "<$f") or die;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue