mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	cleanup
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								vendor/lib/lib_path.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,5 @@ | ||||
| @echo off | ||||
|  | ||||
|  | ||||
| call "%~dp0lib_base.cmd" | ||||
| call "%%~dp0lib_console" | ||||
| set lib_path=call "%~dp0lib_path.cmd" | ||||
| @@ -32,13 +31,12 @@ exit /b | ||||
| :::options: | ||||
| ::: | ||||
| :::  append     <in> Append to the path env variable rather than pre-pend. | ||||
| ::B | ||||
| ::: | ||||
| ::: | ||||
| :::output: | ||||
| ::: | ||||
| :::  path       <out> Sets the path env variable if required. | ||||
| :::------------------------------------------------------------------------------- | ||||
|  | ||||
|     if "%~1" neq "" ( | ||||
|         set "add_path=%~1" | ||||
|     ) else ( | ||||
| @@ -53,6 +51,7 @@ exit /b | ||||
|     ) | ||||
|  | ||||
|     dir "%add_path%" 2>NUL | findstr -i "\.COM \.EXE \.BAT \.CMD \.PS1 \.VBS" >NUL | ||||
|  | ||||
|     if "%ERRORLEVEL%" == "0" ( | ||||
|         set "add_to_path=%add_path%" | ||||
|     ) else ( | ||||
| @@ -135,7 +134,6 @@ exit /b | ||||
|  | ||||
|     exit /b | ||||
|  | ||||
|  | ||||
| :set_found | ||||
|     if "%ERRORLEVEL%" == "0" ( | ||||
|         set found=1 | ||||
| @@ -223,7 +221,7 @@ exit /b | ||||
|  | ||||
|     exit /b | ||||
|  | ||||
| : set_depth | ||||
| :set_depth | ||||
|     set /a "depth=%depth%+1" | ||||
|     exit /b | ||||
|  | ||||
| @@ -239,4 +237,3 @@ exit /b | ||||
|         %print_debug%  :enhance_path_recursive "Env Var AFTER- depth=%depth%" | ||||
|     ) | ||||
|     exit /b | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user