runidp script cannot handle whitespaces in arguments

Issue #87 resolved
Broes De Cat created an issue

Also does not work (on unix) when quoting the expression.

Create a file "test 1.idp", will crash when calling as test\ 1.idp and when calling as "test 1.idp"

Comments (3)

  1. Broes De Cat reporter

    Fixed rpath handling, refactored cmake

    fixes #87 (needed to quote $@ to pass all arguments correctly) Refactored some cmake functions into separate files Fixed rpath handling => cmake functions have SCOPE, macros don't

    480a9372938a

  2. Broes De Cat reporter

    Fixed rpath handling, refactored cmake

    fixes #87 (needed to quote $@ to pass all arguments correctly) Refactored some cmake functions into separate files Fixed rpath handling => cmake functions have SCOPE, macros don't

    480a9372938a

  3. Log in to comment