mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 07:45:44 +00:00
Fix warning
This commit is contained in:
@ -257,4 +257,9 @@ function addToResponseFile(filename, responseFile)
|
||||
responseFile.WriteLine("\""+fso.GetFile(filename).Path+"\"");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo("file " + filename + " not found. Can't generate symbols file");
|
||||
WScript.Quit (1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user