diff options
-rw-r--r-- | ShellPkg/Application/Shell/ShellParametersProtocol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index de2d4d1220..5fce9e5440 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -836,6 +836,9 @@ UpdateStdInStdOutStdErr( CommandLineWalker[0] = CHAR_NULL;
}
+ //
+ // Verify not the same and not duplicating something from a split
+ //
if (
//
// Check that no 2 filenames are the same
|