From 4bc6ab83ba86936df05e58465e2ab08f5ab5b01b Mon Sep 17 00:00:00 2001 From: andrewfish Date: Fri, 2 Jul 2010 14:47:58 +0000 Subject: [PATCH] Fix path in script git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10624 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc b/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc index c2df81b23e..8783036b03 100755 --- a/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc +++ b/ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc @@ -7,7 +7,7 @@ define /r FindFv() } . -include /s 'ZZZZZZ/ArmRealViewEbPkg/Debugger_scripts/EfiFuncs.inc' +include /s 'ZZZZZZ/EfiFuncs.inc' error=continue unload ,all error=abort -- 2.39.2