From 1a7f52b68062df265b1b213b8ae11ff66239527c Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 5 Aug 2012 03:22:28 +0200 Subject: [PATCH] improve log messages in release script --- scripts/release-common.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 202efaad..d2b0f168 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