Merge pull request #18955 from dotnet-maestro-bot/release/2.1-UpdateDependencies
[platform/upstream/coreclr.git] / clean.cmd
index 0805543..17f9e40 100644 (file)
--- a/clean.cmd
+++ b/clean.cmd
@@ -2,9 +2,11 @@
 setlocal EnableDelayedExpansion
 
 set NO_DASHES_ARG=%1
+if not defined NO_DASHES_ARG goto no_help
 if /I [%NO_DASHES_ARG:-=%] == [?] goto Usage
 if /I [%NO_DASHES_ARG:-=%] == [h] goto Usage
 
+:no_help
 :: Check if VBCSCompiler.exe is running
 tasklist /fi "imagename eq VBCSCompiler.exe" |find ":" > nul
 :: Compiler is running if errorlevel == 1