1
0
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:
lenz@mysql.com
2003-12-13 04:23:07 +01:00
parent 1483e8d372
commit 8411769272

View File

@ -279,7 +279,7 @@ unless ($opt_skip_manual)
foreach $file qw/internals manual reservedwords/
{
$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/!");
}
}