diff options
Diffstat (limited to 'src/etc/rust-lldb')
| -rwxr-xr-x | src/etc/rust-lldb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rust-lldb b/src/etc/rust-lldb index 56851595dd5..6a2849b5548 100755 --- a/src/etc/rust-lldb +++ b/src/etc/rust-lldb @@ -32,7 +32,7 @@ category_definition="type summary add --no-value --python-function lldb_rust_for category_enable="type category enable Rust" # Call LLDB with the commands added to the argument list -lldb --one-line-before-file="$script_import" \ +exec lldb --one-line-before-file="$script_import" \ --one-line-before-file="$category_definition" \ --one-line-before-file="$category_enable" \ "$@" |
