Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Fix typo in installing gdbserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 4, 2021
1 parent 86cb183 commit b786f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/download-build-gdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function make_install_gdb() {
if [ -e ${install_gdbserver} ]; then
echo_header "Make installing in ${install_gdbserver}"

${dryrun} pushd "${install_gdb}"
${dryrun} pushd "${install_gdbserver}"

# Disable building of the doc, which fails anyway with older gdbs and
# newer makeinfos.
Expand Down

0 comments on commit b786f16

Please sign in to comment.