-
- Downloads
Fix quotations marks in exported variable
In new catkin versions exported variables are partly enclosed in single quotes instead of double quotes. That means that the variable must not contain single quotes, even when preceded by backslash. This fixed the error `Syntax error: redirection unexpected` during the catkin build process
Please register or sign in to comment