Update qb/qb.comp.sh

This commit is contained in:
sparklewind 2012-12-22 20:49:49 +01:00
parent 12308e321a
commit 1f8bef7eeb

View File

@ -12,6 +12,7 @@ case "$(uname)" in
'Darwin') OS='Darwin';;
'MINGW32'*) OS='MinGW';;
'CYGWIN'*) OS='Cygwin';;
'Haiku') OS='Haiku';;
*) OS="Win32";;
esac
echo "$ECHOBUF ... $OS"