| Index: build/android/buildbot_functions.sh
|
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
|
| index 4970da7329f5dfc2a12ecb6027f811d2cb10f5b7..86f669c5fd6794ac6713d7bda05ae0e3c4c26724 100755
|
| --- a/build/android/buildbot_functions.sh
|
| +++ b/build/android/buildbot_functions.sh
|
| @@ -312,7 +312,7 @@ function bb_check_webview_licenses {
|
| set +e
|
| cd "${SRC_ROOT}"
|
| python android_webview/tools/webview_licenses.py scan
|
| - local license_exit_code = $?
|
| + local license_exit_code=$?
|
| if [[ license_exit_code -ne 0 ]]; then
|
| echo "@@@STEP_FAILURE@@@"
|
| fi
|
|
|