Skip to content

Commit

Permalink
do not use OSTYPE, its a read-only operating system variable
Browse files Browse the repository at this point in the history
  • Loading branch information
donbright committed Dec 20, 2012
1 parent 03ef1a2 commit 2eb1842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-mingw-x.sh
Expand Up @@ -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."
Expand Down

0 comments on commit 2eb1842

Please sign in to comment.