diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index e43f41a..6c83e69 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -248,7 +248,7 @@ parse_args() { -* ) std::die 1 "Invalid option -- '$1'" ;; - [=0-9]* ) + [=0-9]* | '.*' ) versions+=( "$1" ) ;; '')