diff --git a/android/build.sh b/android/build.sh index dc5a6da..6918a71 100644 --- a/android/build.sh +++ b/android/build.sh @@ -52,7 +52,7 @@ repo version echo "Syncing" repo sync --detach --current-branch --no-tags --force-remove-dirty --force-sync -j32 > /tmp/android-sync.log 2>&1 -repo forall external/chromium-webview/prebuilt/* -c "git lfs pull" +repo forall -c "git lfs pull" . build/envsetup.sh diff --git a/crowdin/crowdin.sh b/crowdin/crowdin.sh index 941a996..d6cefb8 100644 --- a/crowdin/crowdin.sh +++ b/crowdin/crowdin.sh @@ -40,7 +40,7 @@ repo version echo "Syncing" repo sync --detach --current-branch --no-tags --force-remove-dirty --force-sync -j32 -repo forall external/chromium-webview/prebuilt/* -c "git lfs pull" +repo forall -c "git lfs pull" . build/envsetup.sh