--- trunk/mage/usr/lib/mage/mage4.functions.sh 2013/10/25 07:31:51 2272 +++ trunk/mage/usr/lib/mage/mage4.functions.sh 2014/01/06 12:53:31 2364 @@ -2256,10 +2256,10 @@ then for i in $* do - echo "--- Including ${SMAGESCRIPTSDIR}/include/${i}.sminc" + [[ ${SILENT} = 1 ]] || echo "--- Including ${SMAGESCRIPTSDIR}/include/${i}.sminc" source ${SMAGESCRIPTSDIR}/include/${i}.sminc done - echo + [[ ${SILENT} = 1 ]] || echo fi }