Revision: 14336
          http://edk2.svn.sourceforge.net/edk2/?rev=14336&view=rev
Author:   jcarsey
Date:     2013-05-09 16:16:21 +0000 (Thu, 09 May 2013)
Log Message:
-----------
ShellPkg: Return an error when it happens

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <[email protected]>
Reviewed-by: Erik Bjorge <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

Modified: trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2013-05-09 08:47:09 UTC (rev 14335)
+++ trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2013-05-09 16:16:21 UTC (rev 14336)
@@ -1,7 +1,7 @@
 /** @file
   Main file for DmpStore shell Debug1 function.
 
-  Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
   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
@@ -248,7 +248,7 @@
     } 
     return (SHELL_NOT_FOUND);
   }
-  return (SHELL_SUCCESS);
+  return (ShellStatus);
 }
 
 STATIC CONST SHELL_PARAM_ITEM ParamList[] = {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to