Skip to content

Commit

Permalink
Update dist/tools/mspdebug/debug.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Abadie <[email protected]>
  • Loading branch information
maribu and aabadie authored May 7, 2023
1 parent c7d8482 commit b5dd269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/mspdebug/debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if "${PREFIX}-gdb" -v > /dev/null 2>&1; then
elif gdb-multiarch -v > /dev/null 2>&1; then
GDB=gdb-multiarch
else
echo "Couldn't find GDB (tried ${PREFIX}-gdb and gdb-mutliarch). Check \$PATH."
echo "Couldn't find GDB (tried ${PREFIX}-gdb and gdb-multiarch). Check \$PATH."
exit 1
fi

Expand Down

0 comments on commit b5dd269

Please sign in to comment.