mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	Merge pull request #773 from glureau/development
Fix vendor/init.bat when the PATH contains spaces.
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -51,7 +51,7 @@ | |||||||
| ) | ) | ||||||
|  |  | ||||||
| :: Enhance Path | :: Enhance Path | ||||||
| @set PATH=%CMDER_ROOT%\bin;%PATH%;%CMDER_ROOT%\ | @set "PATH=%CMDER_ROOT%\bin;%PATH%;%CMDER_ROOT%\" | ||||||
|  |  | ||||||
|  |  | ||||||
| :: make sure we have an example file | :: make sure we have an example file | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user