提交 9c22a063 编写于 作者: V vit9696

Utilities: Fix non-unix condition for macserial

上级 878f9941
#!/bin/bash
if [ "$(uname | grep MINGW)" = "" ]; then
if [ "$(uname | grep MINGW)" != "" ]; then
echo "MinGW is currently not supported"
exit 0
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册