-
Notifications
You must be signed in to change notification settings - Fork 212
Description
If the current project being built contains spaces and it uses a plugin, plugin_repo will fail, as it cannot locate arcat.
i.e. if the project resides in /dir/with spaces/proj will fail, as /dir/with will get used instead of the full path to the tool.
This appears to be related to $TOOL not being in quotes on this line. This also goes for all 3 instances of the use of $TOOL in the subrepo_rules.build_defs file (Here, here, here).
While just adding quotes around each $TOOL fixes this issue, I'm starting to wonder if a more universal solution could be offered by please? It looks like just passing quoted values into variables is not feasible (as per this issue), but some sort of mechanism to wrap strings like this properly with please would be very useful.