devdraw: disable Lion warning

R=rsc
http://codereview.appspot.com/5132045
This commit is contained in:
Russ Cox 2011-09-26 09:31:19 -07:00
parent 2860591b68
commit 6135b41c7d

View file

@ -25,7 +25,7 @@ if [ "x$WSYSTYPE" = "x" ]; then
if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then
WSYSTYPE=osx WSYSTYPE=osx
else 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 WSYSTYPE=osx-cocoa
fi fi
elif [ -d "$X11" ]; then elif [ -d "$X11" ]; then