1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00

32356: fix a typo

This commit is contained in:
Martin Vaeth 2014-02-06 20:27:22 +00:00 committed by Peter Stephenson
parent 1af0d64552
commit 045b2418bd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-02-07 Peter Stephenson <p.stephenson@samsung.com>
* Martin Vaeth: 32356: Util/helpfiles: fix a typo.
2014-02-05 Oliver Kiddle <opk@zsh.org>
* 32355: Doc/Zsh/zle.yo Test/X02zlevi.ztst Test/comptest: document

View File

@ -81,8 +81,8 @@ if(system('man ' . $args) || !(-s $mantmp)) {
}
$args = "$mantmp >$coltmp";
unlink($coltmp);
&Info('attempting colcrt ', $args);
if(system('colcrt ' . $args) || !(-s $coltmp)) {
&Info('attempting colcrt - ', $args);
if(system('colcrt - ' . $args) || !(-s $coltmp)) {
unlink($coltmp);
&Info('attempting col -bx <', $args);
# The x is necessary so that spaces don't turn into tabs, which messes