diff --git a/browser_patches/firefox-stable/BUILD_NUMBER b/browser_patches/firefox-stable/BUILD_NUMBER index 7098048c84..fefde9c950 100644 --- a/browser_patches/firefox-stable/BUILD_NUMBER +++ b/browser_patches/firefox-stable/BUILD_NUMBER @@ -1,2 +1,2 @@ -1243 -Changed: lushnikov@chromium.org Tue 20 Apr 2021 01:41:52 PM PDT +1244 +Changed: lushnikov@chromium.org Tue 20 Apr 2021 04:48:52 PM PDT diff --git a/browser_patches/firefox-stable/build.sh b/browser_patches/firefox-stable/build.sh index 8699ef51b0..6e42210f90 100755 --- a/browser_patches/firefox-stable/build.sh +++ b/browser_patches/firefox-stable/build.sh @@ -87,7 +87,7 @@ if [[ $1 == "--full" || $2 == "--full" ]]; then rm -rf "$HOME/.mozbuild/node" mv node "$HOME/.mozbuild/" elif [[ "$(uname)" == "Darwin" || "$(uname)" == "Linux" ]]; then - SHELL=/bin/sh ./mach bootstrap --no-interactive --application-choice=browser --no-system-changes + SHELL=/bin/sh ./mach --no-interactive bootstrap --application-choice=browser --no-system-changes fi if [[ ! -z "${WIN32_REDIST_DIR}" ]]; then # Having this option in .mozconfig kills incremental compilation.