]> git.proxmox.com Git - pve-firmware.git/commitdiff
assemble script: use warnings in modern way
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Feb 2021 15:46:06 +0000 (16:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Feb 2021 15:56:34 +0000 (16:56 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
assemble-firmware.pl

index 1e7350c28988e2082bf67ea61e915c294257fdee..2f02c23c2e375e2275d25df811f49b3223e5eb3a 100755 (executable)
@@ -1,6 +1,8 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
+
 use File::Basename;
 use File::Path;