mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Fixed typo in the Boostrap strip
Build-tools/Bootstrap: - fixed typo
This commit is contained in:
@@ -329,7 +329,7 @@ $command= "make dist";
|
|||||||
if ($opt_win_dist)
|
if ($opt_win_dist)
|
||||||
{
|
{
|
||||||
&logger ("Creating Windows source package");
|
&logger ("Creating Windows source package");
|
||||||
$command= "./scripts/make_win_src_distibution";
|
$command= "./scripts/make_win_src_distribution";
|
||||||
&run_command($command, "make_win_src_distribution failed!");
|
&run_command($command, "make_win_src_distribution failed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user