summaryrefslogtreecommitdiff
path: root/scripts/release-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-xscripts/release-common.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh
index fb7df40..e449e1f 100755
--- a/scripts/release-common.sh
+++ b/scripts/release-common.sh
@@ -2,11 +2,11 @@
#
# This script creates a binary release of OpenSCAD.
# This should work under Mac OS X, Windows (msys), and Linux cross-compiling
-# for windows using mingw-cross-env (use like: OS=LINXWIN release-common.sh).
+# for windows using mingw-cross-env (use like: OSTYPE=mingw-cross-env release-common.sh).
# Linux support pending.
# The script will create a file called openscad-<versionstring>.zip
# in the current directory (or in the $DEPLOYDIR of a mingw cross build)
-#
+#
# Usage: release-common.sh [-v <versionstring>] [-c]
# -v Version string (e.g. -v 2010.01)
# -c Build with commit info
@@ -30,10 +30,6 @@ if [ ! -f $OPENSCADDIR/openscad.pro ]; then
exit 0
fi
-if [ $OS == "LINXWIN" ]; then
- OSTYPE=mingw-cross-env
-fi
-
if [[ "$OSTYPE" =~ "darwin" ]]; then
OS=MACOSX
elif [[ $OSTYPE == "msys" ]]; then
contact: Jan Huwald // Impressum