mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 06:55:02 -05:00
cmdline-opts/gen.pl: define the correct varname
The variable definition had a small typo making it declare another variable then the intended. Closes #3304 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
27a5e1f111
commit
8802ad965d
@ -158,7 +158,7 @@ sub single {
|
||||
print STDERR "WARN: unrecognized line in $f, ignoring:\n:'$_';"
|
||||
}
|
||||
}
|
||||
my @dest;
|
||||
my @desc;
|
||||
while(<F>) {
|
||||
push @desc, $_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user