mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 18:29:39 +02:00
modbuild: '.*' is now a valid version argument
This commit is contained in:
@@ -248,7 +248,7 @@ parse_args() {
|
||||
-* )
|
||||
std::die 1 "Invalid option -- '$1'"
|
||||
;;
|
||||
[=0-9]* )
|
||||
[=0-9]* | '.*' )
|
||||
versions+=( "$1" )
|
||||
;;
|
||||
'')
|
||||
|
||||
Reference in New Issue
Block a user