]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellInstall1CommandsLib/Bcfg.c
Clarify that the shared variables of the shell protocols are properly named.
[mirror_edk2.git] / ShellPkg / Library / UefiShellInstall1CommandsLib / Bcfg.c
index f7126e32b7736557d023f7a1c8e7023155c09386..78a4bd23d354efca3dc48b51c4976deb51b303ea 100644 (file)
@@ -287,7 +287,7 @@ BcfgAddInstall1(
         //\r
         // get the device path\r
         //\r
-        DevicePath = mEfiShellProtocol->GetDevicePathFromFilePath(Arg->FullName);\r
+        DevicePath = gEfiShellProtocol->GetDevicePathFromFilePath(Arg->FullName);\r
         if (DevicePath == NULL) {\r
           ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_FILE_DP), gShellInstall1HiiHandle, Arg->FullName);\r
           ShellStatus = SHELL_UNSUPPORTED;\r