From 32a25a78243cbf18826243f30430907fb09f2410 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 16 Dec 2000 00:31:41 +0000 Subject: Fix bug in wvText reported by Per Amund Amundsen in pkg/11722. --- converters/wv/patches/patch-ai | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/wv/patches/patch-ai (limited to 'converters/wv/patches') diff --git a/converters/wv/patches/patch-ai b/converters/wv/patches/patch-ai new file mode 100644 index 00000000000..7fd8a51fec6 --- /dev/null +++ b/converters/wv/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2000/12/16 00:31:41 wiz Exp $ + +--- wvText.orig Thu Sep 21 23:46:54 2000 ++++ wvText +@@ -21,7 +21,7 @@ + # intermediate file + TMP_FILE=/tmp/wv${1}.html + +-wvHTML ${1} ${TMP_FILE} 2>&1 >/dev/null ++wvHtml ${1} ${TMP_FILE} 2>&1 >/dev/null + if [ ${?} -ne "0" ]; then + echo "Could not convert into HTML" + exit 1 -- cgit v1.2.3