about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Bigaouette <nbigaouette@gmail.com>2019-01-17 15:05:55 -0500
committerNicolas Bigaouette <nbigaouette@gmail.com>2019-01-17 15:05:55 -0500
commitbf9c0fb650e94fc522e1583d557c43320d2f41c0 (patch)
tree19b87db7f29e24b87cce51dc0e78e8c0647fad8e /src
parent351946f97438b3ce31f6777a62de150673b6239d (diff)
downloadrust-bf9c0fb650e94fc522e1583d557c43320d2f41c0.tar.gz
rust-bf9c0fb650e94fc522e1583d557c43320d2f41c0.zip
Fix typo: 'rust-gdbgui' instead of 'rust-gdbui'
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/dist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index 2cab55ef2e0..71662e8b941 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -602,7 +602,7 @@ impl Step for DebuggerScripts {
             // gdb debugger scripts
             builder.install(&builder.src.join("src/etc/rust-gdb"), &sysroot.join("bin"),
                     0o755);
-            builder.install(&builder.src.join("src/etc/rust-gdbui"), &sysroot.join("bin"),
+            builder.install(&builder.src.join("src/etc/rust-gdbgui"), &sysroot.join("bin"),
                     0o755);
 
             cp_debugger_script("gdb_load_rust_pretty_printers.py");