diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-30 21:05:25 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-30 21:05:25 +0000 |
commit | 0c956e0ddbb1c2fb13f8c9cd1a42273a66a46cb4 (patch) | |
tree | 687a141533303d9a9887b8f854bf937c99a83f03 /ShellPkg/Application/Shell/ShellParametersProtocol.c | |
parent | fb84495a7894307e0b7b5b803ac033efeabfb058 (diff) | |
download | edk2-platforms-0c956e0ddbb1c2fb13f8c9cd1a42273a66a46cb4.tar.xz |
didn't mean to remove this comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11461 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell/ShellParametersProtocol.c')
-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
|