]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ commands respectively.
authorTapan Shah <tapandshah@hp.com>
Fri, 29 Aug 2014 20:22:48 +0000 (20:22 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Aug 2014 20:22:48 +0000 (20:22 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com>
Reviewed-By: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15988 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c

index 6cdbef2937720fb64f82aa1381b7863ab9041285..48b1cf84b853c1a5c5ff5a8f920da70ab164e048 100644 (file)
@@ -108,6 +108,8 @@ ShellLevel2CommandsLibConstructor (
   ShellCommandRegisterAlias(L"cd ..", L"cd..");\r
   ShellCommandRegisterAlias(L"cd \\", L"cd\\");\r
   ShellCommandRegisterAlias(L"mv", L"ren");\r
+  ShellCommandRegisterAlias(L"mv", L"move");\r
+  ShellCommandRegisterAlias(L"map", L"mount");\r
   //\r
   // These are installed in level 2 or 3...\r
   //\r