From 045b2418bd9b564001d815f1167f0c8ee3786d32 Mon Sep 17 00:00:00 2001 From: Martin Vaeth Date: Thu, 6 Feb 2014 20:27:22 +0000 Subject: 32356: fix a typo --- ChangeLog | 4 ++++ Util/helpfiles | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 978adb1fa..83e29c41e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-07 Peter Stephenson + + * Martin Vaeth: 32356: Util/helpfiles: fix a typo. + 2014-02-05 Oliver Kiddle * 32355: Doc/Zsh/zle.yo Test/X02zlevi.ztst Test/comptest: document diff --git a/Util/helpfiles b/Util/helpfiles index 900564842..cdce8880b 100755 --- a/Util/helpfiles +++ b/Util/helpfiles @@ -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 -- cgit v1.2.3-70-g09d2