aboutsummaryrefslogtreecommitdiffstats
path: root/html2txt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'html2txt.sh')
-rwxr-xr-xhtml2txt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/html2txt.sh b/html2txt.sh
index c0543f17..d2ae59a1 100755
--- a/html2txt.sh
+++ b/html2txt.sh
@@ -40,7 +40,7 @@ tmp="html2txt.$$.html"
trap "rm -f \"$tmp\"" 0 1 2 3 15
${AWK:=awk} '/<table .*summary="Canned/ { i=1; }
/<\/table>/ { i=0; }
- { if (i == 0) print $0; }' "$inp" >"$tmp" <&-
+ { if (i == 0) print $0; }' "$inp" >"$tmp"
# and go!
echo " (This file was generated from $inp)"