Fix packInstall.sh.porg for junit
This commit is contained in:
parent
2b67b9ba4d
commit
6747d510ed
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ case $1 in
|
||||||
libuv*) # can contain -vd.d or just -d.d
|
libuv*) # can contain -vd.d or just -d.d
|
||||||
VERSION=$(echo $1 | sed 's/^.*[v-]//')
|
VERSION=$(echo $1 | sed 's/^.*[v-]//')
|
||||||
;;
|
;;
|
||||||
|
junit*) # can contain -rd.d or just -d.d
|
||||||
|
VERSION=$(echo $1 | sed 's/^.*[r-]//')
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
|
VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue