mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	added fully qualified path to cmd profile.d section
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							| @@ -97,7 +97,7 @@ | |||||||
| @pushd "%CMDER_ROOT%\config\profile.d" | @pushd "%CMDER_ROOT%\config\profile.d" | ||||||
| for /f "usebackq" %%x in ( `dir /b *.bat *.cmd` ) do ( | for /f "usebackq" %%x in ( `dir /b *.bat *.cmd` ) do ( | ||||||
|   REM @echo Calling %CMDER_ROOT%\config\profile.d\%%x... |   REM @echo Calling %CMDER_ROOT%\config\profile.d\%%x... | ||||||
|   @call %%x |   @call "%CMDER_ROOT%\config\profile.d\%%x" | ||||||
| ) | ) | ||||||
| @popd | @popd | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user