mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	Remove extraneous quotes.
Extra quotes in previous commit caused PATH to be set incorrectly in admin shell.
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| :: Find root dir | ||||
| @if not defined CMDER_ROOT ( | ||||
|     for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT="%%~fi" | ||||
|     for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT=%%~fi | ||||
| ) | ||||
|  | ||||
| :: Change the prompt style | ||||
|   | ||||
		Reference in New Issue
	
	Block a user