summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release-common.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh
index 202efaa..d2b0f16 100755
--- a/scripts/release-common.sh
+++ b/scripts/release-common.sh
@@ -61,7 +61,7 @@ if test -z "$VERSION"; then
fi
-echo "Checking pre-requisitie..."
+echo "Checking pre-requisites..."
case $OS in
LINXWIN)
@@ -75,6 +75,7 @@ case $OS in
echo "makensis not found. please install nsis"
exit 1
fi
+ echo NSIS makensis found: $MAKENSIS
;;
esac
@@ -82,6 +83,8 @@ if [ ! -e $OPENSCADDIR/libraries/MCAD/__init__.py ]; then
echo "Downloading MCAD"
git submodule init
git submodule update
+else
+ echo "MCAD found:" $OPENSCADDIR/libraries/MCAD
fi
contact: Jan Huwald // Impressum