Skip to content
Snippets Groups Projects
Commit 1a7333be authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard
Browse files

cmd: Handle "for" loop handling of tokens, where * does not follow a number.

With the 'for' loop /f syntax, if tokens are requested the the normal
syntax is something like tokens=1,2* but there is valid syntax like
1,2,* (which effectively means the same). Make this other syntax work.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45722


Signed-off-by: default avatarJason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent becfbb80
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment