summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-12-13 04:23:07 +0100
committerunknown <lenz@mysql.com>2003-12-13 04:23:07 +0100
commit2aabd584e2fedae134f396da34d256a43d25d9ad (patch)
treec1d6b6c4d12240499240698a95227d3408e5b377 /Build-tools
parent707cb99eefd8e69a53c34216a10f1ceb89624c6d (diff)
downloadmariadb-git-2aabd584e2fedae134f396da34d256a43d25d9ad.tar.gz
- added missing space for previous commit
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap2
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/!");
}
}