Skip to content

Commit

Permalink
How did I miss these errors!
Browse files Browse the repository at this point in the history
  • Loading branch information
philseeley committed May 11, 2018
1 parent 84660ee commit 7d26548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions podder.m4
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [ ! "${style}" ]
then
style=$(mktemp)
trap tidy EXIT
cat <<-__EOF >${styke}
cat <<-__EOF >${style}
<?xml version="1.0"?>
<stylesheet version="1.0"
xmlns="http://www.w3.org/1999/XSL/Transform">
Expand All @@ -126,7 +126,8 @@ fi
parse () \
{
curl "$1" | xsltproc ${style} -
mkstyle
curl -s -S "$1" | xsltproc ${style} -
}
process_conf () \
Expand Down

0 comments on commit 7d26548

Please sign in to comment.