From 2eb1842d9f3877efd0ab91a1b3eb81de03a94c46 Mon Sep 17 00:00:00 2001 From: don bright Date: Wed, 19 Dec 2012 18:34:37 -0600 Subject: do not use OSTYPE, its a read-only operating system variable diff --git a/scripts/publish-mingw-x.sh b/scripts/publish-mingw-x.sh index d6cebcd..5622e9f 100755 --- a/scripts/publish-mingw-x.sh +++ b/scripts/publish-mingw-x.sh @@ -31,7 +31,7 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then exit 1 fi -OSTYPE=mingw-cross-env ./scripts/release-common.sh -v $VERSION $COMMIT +./scripts/release-common.sh -v $VERSION $COMMIT mingw32 if [ $? != 0 ]; then echo "release-common.sh returned error code: $?. build stopped." -- cgit v0.10.1