--- trunk/mage/usr/lib/mage/smage2.functions.sh 2014/01/06 12:47:23 2362 +++ trunk/mage/usr/lib/mage/smage2.functions.sh 2014/01/06 12:49:32 2363 @@ -566,10 +566,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 }