]> git.donarmstrong.com Git - debbugs.git/blobdiff - build
[project @ 2003-08-30 09:50:24 by joy]
[debbugs.git] / build
diff --git a/build b/build
index 9ebfe4d0a0c84b7163f70efffe15eccea45c7645..c8342b5455d56789e9f118148a0881ed0aaa3981 100755 (executable)
--- a/build
+++ b/build
@@ -19,7 +19,7 @@ txtconvert () {
        rm -f html/txt/$dst.html html/txt/$dst.out
        perl -ne 'print unless m/^Other pages:$/ .. /^\<hr\>/' \
                html/$src.out >html/txt/$dst.html
-       HOME=/dev/null lynx -nolist -dump -cfg=html/lynx-cfg \
+       HOME=/dev/null lynx -nolist -dump -cfg=/dev/null \
                file://localhost/$cwd/html/txt/$dst.html >html/txt/$dst.out
        rm html/txt/$dst.html
 }