xcopy: /E implies recursive (fixes ActiveState Perl installer).
This commit is contained in:
parent
da977e5579
commit
b8b8f254d8
|
@ -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: */
|
||||
|
|
Loading…
Reference in New Issue