mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
singleuse.pl: fix string warning
"Use of uninitialized value $unittests in concatenation on line 170" Closes #19266
This commit is contained in:
parent
fa49c50ac3
commit
bc99770217
@ -36,7 +36,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $unittests;
|
||||
my $unittests="";
|
||||
if(@ARGV && $ARGV[0] eq "--unit") {
|
||||
$unittests = "tests/unit ";
|
||||
shift @ARGV;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user