diff --git a/lib/libem.bash b/lib/libem.bash index d0246c0..96e07f8 100644 --- a/lib/libem.bash +++ b/lib/libem.bash @@ -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=} )