tredirect debugging output of isnptl - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8327d419814d5ccfa9c005b371267d783f585177
 (DIR) parent 311b2afde92cfdfaf11075d79ac9c73e61301c82
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Jan 2005 01:55:42 +0000
       
       redirect debugging output of isnptl
       
       Diffstat:
         M INSTALL                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/INSTALL b/INSTALL
       t@@ -13,7 +13,7 @@ if [ `uname` = Linux ]; then
                # linking with NPTL by default, pretend to be an older kernel.
                echo "Running on Linux: checking for NPTL..."
                gcc lib/linux-isnptl.c -lpthread
       -        if ./a.out
       +        if ./a.out >/dev/null
                then        
                        echo "        NPTL found."
                        echo "SYSVERSION=2.6.x" >$PLAN9/config