Commit b8b8f254 authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

xcopy: /E implies recursive (fixes ActiveState Perl installer).

parent da977e55
......@@ -181,7 +181,7 @@ int main (int argc, char *argv[])
XCOPY_FailMessage(ERROR_INVALID_PARAMETER);
return RC_INITERROR;
} else flags |= OPT_EXCLUDELIST;
} else flags |= OPT_EMPTYDIR;
} else flags |= OPT_EMPTYDIR | OPT_RECURSIVE;
break;
/* D can be /D or /D: */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment