aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mman/w3mman2html.cgi.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-15 16:10:26 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-15 16:10:26 +0000
commit9c668722207bc326d723fb35ad069af9c4e379dc (patch)
tree9636d8b874d3104863e2f3703dd8ea01b565fad2 /scripts/w3mman/w3mman2html.cgi.in
parent* scripts/.cvsignore: add xface2xbm (diff)
downloadw3m-9c668722207bc326d723fb35ad069af9c4e379dc.tar.gz
w3m-9c668722207bc326d723fb35ad069af9c4e379dc.zip
[w3m-dev 03133] Re: w3mman.1
* scripts/w3mman/Makefile (MAN1_TARGETS): added (MAN_TARGETS): use $(MAN_TARGETS) (INSTALL_MAN): added (install): use $MAN1_TARGETS, $(INSTALL_MAN) * scripts/w3mman/w3mman2html.cgi.in: $PAGER='cat' From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--scripts/w3mman/w3mman2html.cgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/w3mman/w3mman2html.cgi.in b/scripts/w3mman/w3mman2html.cgi.in
index 07e4ca3..88eb8d0 100644
--- a/scripts/w3mman/w3mman2html.cgi.in
+++ b/scripts/w3mman/w3mman2html.cgi.in
@@ -7,7 +7,7 @@ $CGI = "file://$SCRIPT_NAME";
$CGI2 = "file:";
# $CGI2 = "file:///\$LIB/hlink.cgi?";
$SQUEEZE = 1;
-undef $ENV{'PAGER'};
+$ENV{'PAGER'} = 'cat';
if ($QUERY =~ /\=/) {
for (split('&', $QUERY)) {