summaryrefslogtreecommitdiff
path: root/scripts/release-common.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-05 01:22:28 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-05 01:22:28 (GMT)
commit1a7f52b68062df265b1b213b8ae11ff66239527c (patch)
treee876abef8933259cca188dcf222753c6cde8f6dc /scripts/release-common.sh
parent00c19d2a36e3dc4896dc0b4b4a1696a5d3b7431e (diff)
improve log messages in release script
Diffstat (limited to 'scripts/release-common.sh')
-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