plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6135b41c7dbfdf5ac1840a1d1d4f20505e429278
parent 2860591b686df4ce24a1fc10793db983ce40a789
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:
Msrc/cmd/devdraw/mkwsysrules.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/devdraw/mkwsysrules.sh b/src/cmd/devdraw/mkwsysrules.sh @@ -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