Skip to content

Commit

Permalink
Fixes problem of sensitivity to whitespaces between arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed May 17, 2017
1 parent 4225d5e commit cbaa97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set ERROR_PATH_NOT_FOUND=3

:: leave for this at least 1 trailing whitespace -v
set args=%*

for /f "tokens=* delims=-" %%a in ('echo %args%') do set args=-%%a

::::
:: Help command
Expand Down

0 comments on commit cbaa97b

Please sign in to comment.