Bug #14037 2008-06-15 10:59
jenslody
Spaces in library paths lead to not starting console apps
If "GetDynamicLinkerPathForTarget(target)" returns a path with spaces, console apps on linux can not be started.
The returned string has to be quoted if it includes spaces (escaping the spaces does not work).
I will submit a patch that fixes this issue.
- Category
- Application::Error
- Group
- Status
- Closed
- Close date
- 2008-06-16 21:41
- Assigned to
History
jenslody 2008-06-15 11:06
patch id is #2494
killerbot 2008-06-16 21:41
fixed due to applying the patch.
Thanks for the feedback and the help.