Commit 2aabd584 authored by unknown's avatar unknown

- added missing space for previous commit

parent 707cb99e
......@@ -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/!");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment