lib/libem.bash: bugfix in setting release

This commit is contained in:
2014-12-11 15:08:12 +01:00
parent f966892be4
commit f00bf7d041

View File

@@ -138,9 +138,6 @@ while (( $# > 0 )); do
;;
--release=* )
MODULE_RELEASE=${1/--release=}
if [[ -n ${MODULE_RELEASE} ]] && [[ ${MODULE_RELASE:0:1} != . ]]; then
MODULE_RELEASE=".${MODULE_RELEASE}"
fi
;;
--with=*/* )
with_modules+=( ${1/--with=} )