mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-19 00:07:53 +08:00
fix: bug when no argument is passed in
This commit is contained in:
@ -4,7 +4,7 @@ setlocal
|
||||
if "%~1" equ "" goto :wrongSyntax
|
||||
|
||||
if not defined CMDER_USER_FLAGS (
|
||||
exit /b
|
||||
set "CMDER_USER_FLAGS= "
|
||||
)
|
||||
|
||||
set "haveBatNOT=false"
|
||||
|
Reference in New Issue
Block a user