mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +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)
|
||||
{
|
||||
&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!");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user