mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Fix sdb script when mono PATH has whitespaces #21

Closed gturri closed 9 years ago

gturri commented 9 years ago

For example on Windows, which mono returns a PATH with whitespaces:

/C/Program Files (x86)/Mono-3.2.3/bin/mono

Hence running the script sdb fails with

./bin/sdb: line 2: exec: /C/Program: cannot execute: No such file or directory
monoadmin commented 9 years ago

Hello! I'm the build bot for the Mono project. I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done. Contributors can ignore this message.