]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix ‘ren’ alias for ‘mv’ command.
authorTapan Shah <tapandshah@hp.com>
Thu, 28 Aug 2014 19:56:08 +0000 (19:56 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 19:56:08 +0000 (19:56 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15974 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c

index fe8765f21448c577fc6da84ae7a5f8e63b5af7ae..6cdbef2937720fb64f82aa1381b7863ab9041285 100644 (file)
@@ -21,7 +21,7 @@
 \r
   * functions are non-interactive only\r
 \r
-\r
+  Copyright (c) 2014 Hewlett-Packard Development Company, L.P.\r
   Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -107,7 +107,7 @@ ShellLevel2CommandsLibConstructor (
   ShellCommandRegisterAlias(L"mkdir", L"md");\r
   ShellCommandRegisterAlias(L"cd ..", L"cd..");\r
   ShellCommandRegisterAlias(L"cd \\", L"cd\\");\r
-  ShellCommandRegisterAlias(L"ren", L"mv");\r
+  ShellCommandRegisterAlias(L"mv", L"ren");\r
   //\r
   // These are installed in level 2 or 3...\r
   //\r