Pmodules/modbuild:

- options -V|--version added
This commit is contained in:
2016-03-09 16:53:13 +01:00
parent 8a15d6a74f
commit fc5cebd935
+7
View File
@@ -251,6 +251,13 @@ while (( $# > 0 )); do
--prep | --configure | --compile | --install | --all )
target=$1
;;
--version | -V )
V=$2
shift
;;
--version= )
V=${1/--version=}
;;
[0-9]* )
V=$1
;;