mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- added missing space for previous commit
This commit is contained in:
@ -279,7 +279,7 @@ unless ($opt_skip_manual)
|
|||||||
foreach $file qw/internals manual reservedwords/
|
foreach $file qw/internals manual reservedwords/
|
||||||
{
|
{
|
||||||
$command= "bk cat $opt_docdir/Docs/$file.texi";
|
$command= "bk cat $opt_docdir/Docs/$file.texi";
|
||||||
$command.= "> $target_dir/Docs/$file.texi";
|
$command.= " > $target_dir/Docs/$file.texi";
|
||||||
&run_command($command, "Could not updated $file.texi in $target_dir/Docs/!");
|
&run_command($command, "Could not updated $file.texi in $target_dir/Docs/!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user