Fix syntax error in preceding commit
This commit is contained in:
parent
b25dbcf791
commit
eb5a32de85
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ case $1 in
|
|||
;;
|
||||
x265*) # can contain vd.d or just d.d: thanks to packagers
|
||||
VERSION=$(echo $1 | sed 's/^.*[v_]//')
|
||||
;;
|
||||
*)
|
||||
VERSION=$(echo $1 | sed 's/^.*[-_]\([0-9]\)/\1/' | sed 's/_/./g')
|
||||
;;
|
||||
|
|
Reference in a new issue