tags 472883 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad monodoc-1.9.orig/scripts/mod.in monodoc-1.9/scripts/mod.in
--- monodoc-1.9.orig/scripts/mod.in     2008-05-04 00:17:00.000000000 +0100
+++ monodoc-1.9/scripts/mod.in  2008-05-04 00:17:19.000000000 +0100
@@ -9,7 +9,7 @@
     exit 1;
 fi
 
-if `which lynx >& /dev/null` > /dev/null; then
+if `which lynx >/dev/null 2>&1` > /dev/null; then
     @RUNTIME@ $monodocdir/mod.exe "$1" | lynx -dump -stdin -force_html | 
${PAGER:-more}
 else
     tmp=$HOME/.monodoc-tmp-$$

Attachment: signature.asc
Description: PGP signature

Reply via email to