mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 10:03:08 +02:00
Pmodules/modbuild:
- options -V|--version added
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user