mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	trying to get tcc working
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -58,12 +58,12 @@ exit /b | ||||
|     set found=0 | ||||
|  | ||||
|     %lib_console% debug_output  :enhance_path "Env Var - find_query=%find_query%" | ||||
|     echo "%PATH%"|findstr >nul /I /R ";%find_query%\"$" | ||||
|     echo %path%|findstr >nul /I /R ";%find_query%\"$" | ||||
|     if "!ERRORLEVEL!" == "0" set found=1 | ||||
|  | ||||
|     %lib_console% debug_output  :enhance_path "Env Var 1 - found=!found!" | ||||
|     if "!found!" == "0" ( | ||||
|         echo "%PATH%"|findstr >nul /i /r ";%find_query%;" | ||||
|         echo %path%|findstr >nul /i /r ";%find_query%;" | ||||
|         if "!ERRORLEVEL!" == "0" set found=1 | ||||
|         %lib_console% debug_output  :enhance_path "Env Var 2 - found=!found!" | ||||
|     ) | ||||
|   | ||||
							
								
								
									
										2
									
								
								vendor/lib/lib_profile.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/lib/lib_profile.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -39,7 +39,7 @@ exit /b | ||||
|  | ||||
|   pushd "%~1" | ||||
|   for /f "usebackq" %%x in ( `dir /b *.bat *.cmd 2^>nul` ) do ( | ||||
|     %lib_console% verbose-output "Calling '%~1\%%x'..." | ||||
|     %lib_console% verbose_output "Calling '%~1\%%x'..." | ||||
|     call "%~1\%%x" | ||||
|   ) | ||||
|   popd | ||||
|   | ||||
		Reference in New Issue
	
	Block a user