r8251: fix compilation on SunOS
[clsql.git] / db-mysql / make.sh
index 24412b89615a6a6a5e5bed5960eede4e0c68b604..fbd124b5658c8c60a3d2dd51a2772c0105269fef 100644 (file)
@@ -3,7 +3,7 @@
 case "`uname`" in
     Linux) os_linux=1 ;;
     Darwin) os_darwin=1 ;;
-    SunOs) os_sunos=1 ;;
+    SunOS) os_sunos=1 ;;
     AIX) os_aix=1 ;;
     *) echo "Unable to identify uname " `uname`
        exit 1 ;;