Shell globing is hard
This commit is contained in:
parent
e4f1f046f8
commit
329067eeab
@ -29,7 +29,7 @@ cmd /c depot_tools\gclient sync --nohooks
|
||||
cd src
|
||||
git config user.name patches
|
||||
git config user.email patches@localhost
|
||||
git am -3 ..\..\patches\*.patch
|
||||
powershell -Command "& {git am -3 $(ls ..\..\patches\*.patch | %% {$_.FullName})}"
|
||||
@IF %errorlevel% neq 0 EXIT /b %errorlevel%
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user