From 35fd42877fcc7c4d3ecb4c9199cb526573b64522 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Jul 2022 13:11:50 +0200 Subject: [PATCH] d/scripts: find fw: defuse "strange directory name" to warning Signed-off-by: Thomas Lamprecht --- debian/scripts/find-firmware.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2