diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-04 17:22:40 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-04 17:22:40 (GMT) |
commit | 72462e4d0f49740e57be374cfc1fdeeb668ae913 (patch) | |
tree | 54adedffceef575857a707a2d126175f94582a1b /scripts/publish-mingw-x.sh | |
parent | 81df2f9c5fd55406baf0f53550c7aae1b60df2cf (diff) |
cleanup OSTYPE
Diffstat (limited to 'scripts/publish-mingw-x.sh')
-rwxr-xr-x | scripts/publish-mingw-x.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-mingw-x.sh b/scripts/publish-mingw-x.sh index 0dc99ea..4e0afe9 100755 --- a/scripts/publish-mingw-x.sh +++ b/scripts/publish-mingw-x.sh @@ -27,7 +27,7 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then exit 0 fi -OS=LINXWIN ./scripts/release-common.sh -v $VERSION $COMMIT +OSTYPE=mingw-cross-env ./scripts/release-common.sh -v $VERSION $COMMIT if [ $? != 0 ]; then echo "release-common.sh returned error code: $?. build stopped." |