mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-05 21:30:49 +02:00
Pmodules/modbuild:
- bugfix in setting the version strings
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ initialize_module_vars() {
|
||||
case "${V_PKG}" in
|
||||
*.*.* )
|
||||
V_MAJOR="${V_PKG%%.*}"
|
||||
tmp="${V_PKG%%.*#*.}"
|
||||
tmp="${V_PKG#*.}"
|
||||
V_MINOR="${tmp%%.*}"
|
||||
V_PATCHLVL="${tmp#*.}"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user