diff options
author | unknown <lenz@mysql.com> | 2003-12-13 04:23:07 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-12-13 04:23:07 +0100 |
commit | 2aabd584e2fedae134f396da34d256a43d25d9ad (patch) | |
tree | c1d6b6c4d12240499240698a95227d3408e5b377 /Build-tools | |
parent | 707cb99eefd8e69a53c34216a10f1ceb89624c6d (diff) | |
download | mariadb-git-2aabd584e2fedae134f396da34d256a43d25d9ad.tar.gz |
- added missing space for previous commit
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap index c1a416356f1..a08006e1eac 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -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/!"); } } |