mirror of
https://git.proxmox.com/git/pve-firmware
synced 2025-08-05 20:40:32 +00:00
assemble script: use warnings in modern way
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
000d5f7dfd
commit
8422a0e2d7
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use File::Basename;
|
||||
use File::Path;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user