From 4f2715d3b992a05e5ff1c7af27603e1b1a1ed4df Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Sun, 14 Feb 2016 14:40:01 +0000 Subject: [PATCH] Of course, Google broke that --- breakpad.bat | 4 ++-- breakpad.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/breakpad.bat b/breakpad.bat index e1017a5..4158d1b 100644 --- a/breakpad.bat +++ b/breakpad.bat @@ -8,10 +8,10 @@ git clone --depth=1 --branch=master https://chromium.googlesource.com/chromium/t :HASDEPOTTOOLS IF EXIST src\NUL GOTO HASSRC -cmd /c depot_tools\fetch --nohooks --no-history breakpad +cmd /c depot_tools\fetch --nohooks breakpad GOTO DONESRC :HASSRC -cmd /c depot_tools\gclient sync --nohooks --no-history +cmd /c depot_tools\gclient sync --nohooks :DONESRC IF EXIST gyp\NUL GOTO HASGYP diff --git a/breakpad.sh b/breakpad.sh index d900f33..43cc446 100755 --- a/breakpad.sh +++ b/breakpad.sh @@ -12,9 +12,9 @@ if [ ! -d "depot_tools" ]; then fi if [ ! -d "src" ]; then - ./depot_tools/fetch --nohooks --no-history breakpad + ./depot_tools/fetch --nohooks breakpad else - ./depot_tools/gclient sync --nohooks --no-history + ./depot_tools/gclient sync --nohooks fi if [ ! -d "build" ]; then