diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-02 14:47:58 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-02 14:47:58 +0000 |
commit | 4bc6ab83ba86936df05e58465e2ab08f5ab5b01b (patch) | |
tree | 15fe6a63e2ded1f199dff3ac0f4c714a05a62311 | |
parent | 7668305cf438ca5e2b9d49d835b2c150590adf79 (diff) | |
download | edk2-platforms-4bc6ab83ba86936df05e58465e2ab08f5ab5b01b.tar.xz |
Fix path in script
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10624 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | ArmRealViewEbPkg/Debugger_scripts/EBLoadSecSyms.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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
|