mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	'fixes'
This commit is contained in:
		
							
								
								
									
										8
									
								
								vendor/bin/cexec.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								vendor/bin/cexec.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,4 @@ | ||||
| @echo off | ||||
| setlocal | ||||
|  | ||||
| if "%~1" equ "" goto :wrongSyntax | ||||
|  | ||||
| @@ -8,6 +7,7 @@ if not defined CMDER_USER_FLAGS ( | ||||
|   set "CMDER_USER_FLAGS= " | ||||
| ) | ||||
|  | ||||
|  | ||||
| set "feNot=false" | ||||
| goto :parseArgument | ||||
|  | ||||
| @@ -17,10 +17,8 @@ goto :parseArgument | ||||
| :parseArgument | ||||
| set "currenArgu=%~1" | ||||
| if /i "%currenArgu%" equ "/setPath" ( | ||||
|   :: set %flag_exists% shortcut | ||||
|   endlocal | ||||
|   set "ccall=call ^"%~dp0cexec.cmd^"" | ||||
|   set "cexec=^"%~dp0cexec.cmd^"" | ||||
|   set ccall=call "%~dp0cexec.cmd" | ||||
|   set cexec="%~dp0cexec.cmd" | ||||
| ) else if /i "%currenArgu%" == "/?" ( | ||||
|   goto :help | ||||
| ) else if /i "%currenArgu%" equ "/help" ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user