mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
efa41ef803
in commit 8dd0ec6, the `GDB_ARGS` variable was split across 3 lines. However, extra quotes were added to each line, such that the shell interprets the 3 lines as space separated strings, and tries to execute the latter two lines. This commit simply removes the extra quotes.