From f09145e5049fdbead628dcd1927674603b39f9af Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 4 Sep 2020 03:16:46 -0700 Subject: [PATCH] chore: fix typo in build script --- browser_patches/chromium/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/chromium/build.sh b/browser_patches/chromium/build.sh index f707ba5901..40ec0cfe33 100755 --- a/browser_patches/chromium/build.sh +++ b/browser_patches/chromium/build.sh @@ -12,7 +12,7 @@ cd output BUILD_NUMBER=$(head -1 ../BUILD_NUMBER) # Support BUILD_NUMBER in the form of . # This will allow us to bump generation to produce new builds. -CRREV="${BUILD_NUMBER%.*} +CRREV="${BUILD_NUMBER%.*}" CHROMIUM_URL="" CHROMIUM_FOLDER_NAME=""