diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 00:34:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 00:34:37 (GMT) |
commit | 2eb1842d9f3877efd0ab91a1b3eb81de03a94c46 (patch) | |
tree | 5cc169fa86d52789132c94ec854dfc5200e3dddf /scripts/publish-mingw-x.sh | |
parent | 03ef1a27eab727c122512b904cf93bb5fbd5f71d (diff) |
do not use OSTYPE, its a read-only operating system variable
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 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." |