mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 04:58:53 +08:00
* gennews: Set TERM to vt100 for Lynx.
From-SVN: r43343
This commit is contained in:
parent
e373113c97
commit
acabb59616
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* release: Remove.
|
||||
|
@ -49,6 +49,9 @@ echo $header
|
||||
for file in $files; do
|
||||
wfile=$website$file
|
||||
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
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user