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

This commit is contained in:
Jason Edmeades 2007-03-31 21:31:35 +01:00 committed by Alexandre Julliard
parent da977e5579
commit b8b8f254d8
1 changed files with 1 additions and 1 deletions

View File

@ -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: */