From 12a27a6d81246493ea4cf66e97172ff252ca38a2 Mon Sep 17 00:00:00 2001 From: Jaben Carsey Date: Thu, 19 Dec 2013 22:09:17 +0000 Subject: [PATCH] ShellPkg: API name typo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15010 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/Shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index fcf4962e82..efb718d05a 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -1754,7 +1754,7 @@ SetLastError( **/ EFI_STATUS EFIAPI -ProcessCommandLineAliasVariable( +ProcessCommandLineToFinal( IN OUT CHAR16 **CmdLine ) { @@ -2086,7 +2086,7 @@ RunCommand( return (EFI_SUCCESS); } - Status = ProcessCommandLineAliasVariable(&CleanOriginal); + Status = ProcessCommandLineToFinal(&CleanOriginal); if (EFI_ERROR(Status)) { SHELL_FREE_NON_NULL(CleanOriginal); return (Status); -- 2.39.2