From 7d265482f1007ac9b4186db3daef710d6729f4a5 Mon Sep 17 00:00:00 2001 From: Phil Seeley Date: Fri, 11 May 2018 18:52:46 +1000 Subject: [PATCH] How did I miss these errors! --- podder.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/podder.m4 b/podder.m4 index 02e382a..86f1a0d 100644 --- a/podder.m4 +++ b/podder.m4 @@ -102,7 +102,7 @@ if [ ! "${style}" ] then style=$(mktemp) trap tidy EXIT - cat <<-__EOF >${styke} + cat <<-__EOF >${style} @@ -126,7 +126,8 @@ fi parse () \ { - curl "$1" | xsltproc ${style} - + mkstyle + curl -s -S "$1" | xsltproc ${style} - } process_conf () \