We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014d668 commit 530c5b8Copy full SHA for 530c5b8
src/etc/rust-lldb
@@ -10,7 +10,7 @@ host=$(rustc -vV | sed -n -e 's/^host: //p')
10
RUSTC_SYSROOT=$(rustc --print sysroot)
11
RUST_LLDB="$RUSTC_SYSROOT/lib/rustlib/$host/bin/lldb"
12
13
-lldb="lldb"
+lldb=lldb
14
if [ -f "$RUST_LLDB" ]; then
15
lldb="$RUST_LLDB"
16
else
0 commit comments