mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:31:42 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $unittests;
|
||||
my $unittests="";
|
||||
if(@ARGV && $ARGV[0] eq "--unit") {
|
||||
$unittests = "tests/unit ";
|
||||
shift @ARGV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue