mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-30 17:01:57 +08:00 
			
		
		
		
	fix
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -168,7 +168,8 @@ exit /b | ||||
|         set "position=" | ||||
|     ) | ||||
|  | ||||
|     dir "%add_path%" | findstr -i "\.COM \.EXE \.BAT \.CMD \.PS1 \.VBS" >NUL | ||||
|     dir "%add_path%" >NUL | findstr -i "\.COM \.EXE \.BAT \.CMD \.PS1 \.VBS" >NUL | ||||
|  | ||||
|     if "%ERRORLEVEL%" == "0" ( | ||||
|         set "add_to_path=%add_path%" | ||||
|     ) else ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user