build-webview: Fix version splitting
Change-Id: I976e51c3ba9b32c40b8f1eb147de369f4eef283d
This commit is contained in:
committed by
Kevin Haggerty
parent
f228f8b5d2
commit
9ece258636
@@ -62,8 +62,8 @@ while getopts ":a:chr:s" opt; do
|
|||||||
c) clean=1 ;;
|
c) clean=1 ;;
|
||||||
h) usage ;;
|
h) usage ;;
|
||||||
r) version=(${OPTARG//:/ })
|
r) version=(${OPTARG//:/ })
|
||||||
chromium_version=$version[1]
|
chromium_version=${version[0]}
|
||||||
chromium_code=$version[2]
|
chromium_code=${version[1]}
|
||||||
;;
|
;;
|
||||||
s) gsync=1 ;;
|
s) gsync=1 ;;
|
||||||
:)
|
:)
|
||||||
|
|||||||
Reference in New Issue
Block a user