aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mman/w3mman2html.cgi.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-14 17:51:41 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-14 17:51:41 +0000
commit08f0b7b902d5382a1467bc5557a1a18ed3fb2296 (patch)
treeaaaf29a6b302a7186ffa50336fd5f043dc17e85b /scripts/w3mman/w3mman2html.cgi.in
parent[w3m-dev 03129] Re: X-Face (diff)
downloadw3m-08f0b7b902d5382a1467bc5557a1a18ed3fb2296.tar.gz
w3m-08f0b7b902d5382a1467bc5557a1a18ed3fb2296.zip
[w3m-dev 03130] w3mman.1
* scripts/w3mman/.cvsignore: add w3mman.1 * scripts/w3mman/Makefile (MAN_DIR): added (MAN_TARGETS): added (all): add $(MAN_TARGETS) (.in): replace @LIB_DIR@ (install): install $(MAN_TARGETS) (uninstall): uninstall $(MAN_TARGETS) (clean): clean $(MAN_TARGETS) * scripts/w3mman/w3mman.1.in: added * scripts/w3mman/w3mman2html.cgi.in: undef $PAGER From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'scripts/w3mman/w3mman2html.cgi.in')
-rw-r--r--scripts/w3mman/w3mman2html.cgi.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/w3mman/w3mman2html.cgi.in b/scripts/w3mman/w3mman2html.cgi.in
index 6786928..07e4ca3 100644
--- a/scripts/w3mman/w3mman2html.cgi.in
+++ b/scripts/w3mman/w3mman2html.cgi.in
@@ -7,6 +7,7 @@ $CGI = "file://$SCRIPT_NAME";
$CGI2 = "file:";
# $CGI2 = "file:///\$LIB/hlink.cgi?";
$SQUEEZE = 1;
+undef $ENV{'PAGER'};
if ($QUERY =~ /\=/) {
for (split('&', $QUERY)) {