From 9cf45187023abda4e145ee66a493774b299d2d52 Mon Sep 17 00:00:00 2001 From: Huajing Li Date: Mon, 28 Aug 2017 11:23:39 +0800 Subject: ShellPkg: Rename gShellCurDir to gShellCurMapping Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Huajing Li Reviewed-by: Ruiyu Ni Reviewed-by Jaben Carsey --- ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShellPkg/Library/UefiShellCommandLib') diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c index bd14878052..b9158d1243 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c @@ -1,7 +1,7 @@ /** @file Provides interface to shell internal functions for shell commands. - Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
(C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.
(C) Copyright 2016 Hewlett Packard Enterprise Development LP
@@ -53,7 +53,7 @@ STATIC CONST CHAR8 Hex[] = { // global variables required by library class. EFI_UNICODE_COLLATION_PROTOCOL *gUnicodeCollation = NULL; SHELL_MAP_LIST gShellMapList; -SHELL_MAP_LIST *gShellCurDir = NULL; +SHELL_MAP_LIST *gShellCurMapping = NULL; CONST CHAR16* SupportLevel[] = { L"Minimal", @@ -229,7 +229,7 @@ ShellCommandLibDestructor ( } gUnicodeCollation = NULL; - gShellCurDir = NULL; + gShellCurMapping = NULL; return (RETURN_SUCCESS); } -- cgit v1.2.3