diff options
-rwxr-xr-x | release-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-common.sh b/release-common.sh index 7f00d04..e1b66b3 100755 --- a/release-common.sh +++ b/release-common.sh @@ -21,7 +21,7 @@ printUsage() if [[ $OSTYPE =~ "darwin" ]]; then OS=MACOSX -elif [[ $OSTYPE == "Msys" ]]; then +elif [[ $OSTYPE == "msys" ]]; then OS=WIN fi |