Ah Windows, why are your slashes backwards
This commit is contained in:
		
							parent
							
								
									3bdb0e6337
								
							
						
					
					
						commit
						e4f1f046f8
					
				@ -29,7 +29,7 @@ cmd /c depot_tools\gclient sync --nohooks
 | 
				
			|||||||
cd src
 | 
					cd src
 | 
				
			||||||
git config user.name patches
 | 
					git config user.name patches
 | 
				
			||||||
git config user.email patches@localhost
 | 
					git config user.email patches@localhost
 | 
				
			||||||
git am -3 ../../patches/*.patch
 | 
					git am -3 ..\..\patches\*.patch
 | 
				
			||||||
@IF %errorlevel% neq 0 EXIT /b %errorlevel%
 | 
					@IF %errorlevel% neq 0 EXIT /b %errorlevel%
 | 
				
			||||||
cd ..
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user