mirror of
https://github.com/curl/curl.git
synced 2026-06-07 22:54:25 +03:00
test1488.pl: initialize $error
This commit is contained in:
parent
6c0baa5bf3
commit
a0bbb9776b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ my $root=$ARGV[0] || ".";
|
|||
|
||||
# need an include directory when building out-of-tree
|
||||
my $i = ($ARGV[1]) ? "-I$ARGV[1] " : '';
|
||||
my $error;
|
||||
my $error = 0;
|
||||
|
||||
my $versions = $ARGV[2];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue