tdevdraw: disable Lion warning - 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 6135b41c7dbfdf5ac1840a1d1d4f20505e429278
 (DIR) parent 2860591b686df4ce24a1fc10793db983ce40a789
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Mon, 26 Sep 2011 09:31:19 -0700
       
       devdraw: disable Lion warning
       
       R=rsc
       http://codereview.appspot.com/5132045
       
       Diffstat:
         M src/cmd/devdraw/mkwsysrules.sh      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/devdraw/mkwsysrules.sh b/src/cmd/devdraw/mkwsysrules.sh
       t@@ -25,7 +25,7 @@ if [ "x$WSYSTYPE" = "x" ]; then
                        if sw_vers | grep 'ProductVersion:        10\.[0-5]\.' >/dev/null; then
                                WSYSTYPE=osx
                        else
       -                        echo 1>&2 'WARNING: OS X Lion is not working.  Copy binaries from a Snow Leopard system.'
       +                        #echo 1>&2 'WARNING: OS X Lion is not working.  Copy binaries from a Snow Leopard system.'
                                WSYSTYPE=osx-cocoa
                        fi
                elif [ -d "$X11" ]; then