This commit is contained in:
Daniel Stenberg 2002-12-13 16:24:57 +00:00
Родитель e0d6ebc2f2
Коммит c433cf7459
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -591,7 +591,7 @@ sub singletest {
my $cmdargs;
if(!$tool) {
# run curl, add -v for debug information output
$cmdargs ="$out--include -v $cmd";
$cmdargs ="$out --include -v $cmd";
}
else {
$cmdargs = " $cmd"; # $cmd is the command line for the test file