Handle the + character only optionally as a token seperator, so that other commands like rename are not affected.

svn path=/trunk/; revision=56349
This commit is contained in:
Timo Kreuzer 2012-04-14 21:35:58 +00:00
parent a77220cc37
commit ece4aa3f3f
16 changed files with 87 additions and 87 deletions

View file

@ -145,7 +145,7 @@ INT cmd_time (LPTSTR param)
nErrorLevel = 0;
/* build parameter array */
arg = split (param, &argc, FALSE);
arg = split (param, &argc, FALSE, FALSE);
/* check for options */
for (i = 0; i < argc; i++)