Skip to content

Commit c6b1f31

Browse files
asomersSNCPlay42
andauthored
Typo fix in src/etc/rust-gdb
Co-authored-by: SNCPlay42 <[email protected]>
1 parent 2f45d19 commit c6b1f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/rust-gdb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
RUSTC_SYSROOT="$("$RUSTC" --print=sysroot)"
1515
GDB_PYTHON_MODULE_DIRECTORY="$RUSTC_SYSROOT/lib/rustlib/etc"
1616
# Get the commit hash for path remapping
17-
RUSTC_COMMIT_HASH="$("$RUSTC" -vV | sed -n 's/commit-hash: \([a-zA-z0-9_]*\)/\1/p')"
17+
RUSTC_COMMIT_HASH="$("$RUSTC" -vV | sed -n 's/commit-hash: \([a-zA-Z0-9_]*\)/\1/p')"
1818

1919
# Run GDB with the additional arguments that load the pretty printers
2020
# Set the environment variable `RUST_GDB` to overwrite the call to a

0 commit comments

Comments
 (0)