X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fmake.sh;h=ba59d82321738481c46ba55e7e885b1bcc218bc1;hb=642855854f8dbf7fbcbe6d75c3f886e8f00eec7c;hp=8bb895c3de52017f71999e21267a6a22c0b73686;hpb=3d2a4046b6f2c0da8065606ed96b4444ced59205;p=uffi.git diff --git a/tests/make.sh b/tests/make.sh index 8bb895c..ba59d82 100644 --- a/tests/make.sh +++ b/tests/make.sh @@ -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 ;;