Skip to content

Commit

Permalink
chore: fix typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 4, 2020
1 parent 3cb3c65 commit f09145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/chromium/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd output
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
# Support BUILD_NUMBER in the form of <CRREV>.<GENERATION>
# This will allow us to bump generation to produce new builds.
CRREV="${BUILD_NUMBER%.*}
CRREV="${BUILD_NUMBER%.*}"

CHROMIUM_URL=""
CHROMIUM_FOLDER_NAME=""
Expand Down

0 comments on commit f09145e

Please sign in to comment.