--- trunk/core/include/mtools.sminc 2010/01/03 20:27:59 4806 +++ trunk/core/include/mtools.sminc 2010/01/03 20:34:10 4807 @@ -9,7 +9,7 @@ mpname() { local pname="${PNAME}" - [[ ! -z ${SPLIT_PACKAGE_BASE} ]] && pname ="${SPLIT_PACKAGE_BASE}" + [[ ! -z ${SPLIT_PACKAGE_BASE} ]] && pname="${SPLIT_PACKAGE_BASE}" echo "${pname}" }