Skip to content

Commit be895bb

Browse files
committed
[build] accept "signed" as a "sign" synonym.
1 parent ef79a5f commit be895bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CHROMIUM_BUILD_OPTS="$BUILD_OPTS"
9393
if [[ $VER == *rc* ]]; then
9494
sed -re 's/^(\s+)"strict_min_version":.*$/\1"update_url": "https:\/\/secure.informaction.com\/update\/?v='$VER'",\n\0/' \
9595
"$MANIFEST_IN" > "$MANIFEST_OUT"
96-
if [[ "$1" == "sign" ]]; then
96+
if [[ "$1" =~ ^sign(ed)?$ ]]; then
9797
BUILD_CMD="$BASE/../../we-sign"
9898
BUILD_OPTS=""
9999
fi

0 commit comments

Comments
 (0)