mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 18:13:08 +02:00
Merge branch '78-modbuild-allow-as-version-argument' into 'master'
Resolve "modbuild: allow '.*' as version argument" Closes #78 See merge request Pmodules/src!42
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