wine/programs/cmd
Jason Edmeades 1a7333bec6 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: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-11 19:11:17 +02:00
..
tests cmd: Handle "for" loop handling of tokens, where * does not follow a number. 2018-09-11 19:11:17 +02:00
batch.c cmd: Correct handling of %~0 for batch call. 2018-08-29 22:01:38 +02:00
builtins.c cmd: Handle "for" loop handling of tokens, where * does not follow a number. 2018-09-11 19:11:17 +02:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c cmd: Use the ARRAY_SIZE() macro. 2018-08-21 23:02:30 +02:00
Makefile.in
wcmd.h cmd: Expand the storage space for qualifiers. 2018-07-16 09:19:04 +02:00
wcmd.ico
wcmd.svg
wcmdmain.c kernel32: Fallback to default comspec when %COMSPEC% is not set. 2018-09-03 19:44:43 +02:00