From 1c82df4b102652898b4b558f04a4797f5cdce446 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Sep 2019 13:23:12 +0200 Subject: [PATCH] modbuild: '.*' is now a valid version argument --- Pmodules/modbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ;; '')