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