From: Thomas Lamprecht Date: Wed, 27 Jul 2022 11:11:50 +0000 (+0200) Subject: d/scripts: find fw: defuse "strange directory name" to warning X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=35fd42877fcc7c4d3ecb4c9199cb526573b64522 d/scripts: find fw: defuse "strange directory name" to warning Signed-off-by: Thomas Lamprecht --- diff --git a/debian/scripts/find-firmware.pl b/debian/scripts/find-firmware.pl index 4d72d4e..17cdaf8 100755 --- a/debian/scripts/find-firmware.pl +++ b/debian/scripts/find-firmware.pl @@ -8,7 +8,7 @@ die "no directory to scan" if !$dir; die "no such directory" if ! -d $dir; -die "strange directory name: $dir" if $dir !~ m|^(.*/)?(\d+.\d+.\d+\-\d+\-pve)(/+)?$|; +warn "\n\nNOTE: strange directory name: $dir\n\n" if $dir !~ m|^(.*/)?(\d+.\d+.\d+\-\d+\-pve)(/+)?$|; my $apiver = $2;