summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Unix/Host
diff options
context:
space:
mode:
authorKinney, Michael D <michael.d.kinney@intel.com>2019-04-02 13:09:09 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-04-15 14:54:08 -0700
commiteb33b3994d06de418222e664cb1c17369436e93c (patch)
tree79171d87acc083e03fa2cd3de2d55e5b4cfbc47c /EmulatorPkg/Unix/Host
parent04af8bf262f1917b74745f8ffd3aa8fb465352df (diff)
downloadedk2-eb33b3994d06de418222e664cb1c17369436e93c.tar.gz
edk2-eb33b3994d06de418222e664cb1c17369436e93c.tar.bz2
edk2-eb33b3994d06de418222e664cb1c17369436e93c.zip
EmulatorPkg/Unix: Rename GdbRun to GdbRun.sh
https://bugzilla.tianocore.org/show_bug.cgi?id=1657 Add .sh file extension to the shell script GdbRun so changes to this file will pass PatchCheck.py. Also update all scripts that execute GdbRun to execute GdbRun.sh instead. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'EmulatorPkg/Unix/Host')
-rw-r--r--EmulatorPkg/Unix/Host/Host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Unix/Host/Host.c b/EmulatorPkg/Unix/Host/Host.c
index 0755f69d4d..febfb1f44c 100644
--- a/EmulatorPkg/Unix/Host/Host.c
+++ b/EmulatorPkg/Unix/Host/Host.c
@@ -113,7 +113,7 @@ main (
//
// Xcode does not support sourcing gdb scripts directly, so the Xcode XML
- // has a break point script to source the GdbRun script.
+ // has a break point script to source the GdbRun.sh script.
//
SecGdbConfigBreak ();