Commit acabb596 by Mark Mitchell Committed by Mark Mitchell

* gennews: Set TERM to vt100 for Lynx.

From-SVN: r43343
parent e373113c
2001-06-13 Mark Mitchell <mark@codesourcery.com>
* gennews: Set TERM to vt100 for Lynx.
2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* release: Remove. * release: Remove.
......
...@@ -49,6 +49,9 @@ echo $header ...@@ -49,6 +49,9 @@ echo $header
for file in $files; do for file in $files; do
wfile=$website$file wfile=$website$file
echo $wfile echo $wfile
lynx -dump $wfile # We lie to Lynx about the kind of terminal in use because we
# want to get consistent output everywhere, and we want this
# script to work even when it is not run interactively.
env TERM=vt100 lynx -dump $wfile
echo $header echo $header
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment