From: Chris Phillips Date: Thu, 27 Mar 2014 18:21:43 +0000 (+0000) Subject: ShellPkg: Fix file system change issue that results in ASSERT X-Git-Tag: edk2-stable201903~11572 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d6e88a6c60f49c73bea31a0f653d85c6f358ff0d;p=mirror_edk2.git ShellPkg: Fix file system change issue that results in ASSERT Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chris Phillips Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15406 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index ba3be3f6c3..fa7201642a 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -2,7 +2,7 @@ This is THE shell (application) Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
- Copyright (c) 2013, Hewlett-Packard Development Company, L.P. + (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -2481,7 +2481,7 @@ RunCommand( // switch (Type = GetOperationType(FirstParameter)) { case File_Sys_Change: - Status = ChangeMappedDrive(CleanOriginal); + Status = ChangeMappedDrive (FirstParameter); break; case Internal_Command: case Script_File_Name: