Skip to content

Fixed build when PATH contains spaces#140

Merged
pablogs9 merged 1 commit intomicro-ROS:mainfrom
RussellJoyce:patch-1
Apr 4, 2022
Merged

Fixed build when PATH contains spaces#140
pablogs9 merged 1 commit intomicro-ROS:mainfrom
RussellJoyce:patch-1

Conversation

@RussellJoyce
Copy link
Copy Markdown
Contributor

Fixes issue introduced in #63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.

Fixes issue introduced in micro-ROS#63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.
@pablogs9
Copy link
Copy Markdown
Member

pablogs9 commented Apr 4, 2022

@mergify backport foxy galactic

@pablogs9 pablogs9 merged commit 1f7e3b5 into micro-ROS:main Apr 4, 2022
mergify Bot pushed a commit that referenced this pull request Apr 4, 2022
Fixes issue introduced in #63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.

(cherry picked from commit 1f7e3b5)
mergify Bot pushed a commit that referenced this pull request Apr 4, 2022
Fixes issue introduced in #63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.

(cherry picked from commit 1f7e3b5)
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 4, 2022

backport foxy galactic

✅ Backports have been created

Details

Hey, I reacted but my real name is @Mergifyio

pablogs9 pushed a commit that referenced this pull request Apr 4, 2022
Fixes issue introduced in #63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.

(cherry picked from commit 1f7e3b5)

Co-authored-by: Russell Joyce <russell@russellj.co.uk>
pablogs9 pushed a commit that referenced this pull request Apr 4, 2022
Fixes issue introduced in #63 - if PATH contains spaces (or special characters) when this line of the Makefile runs, it will corrupt the PATH variable and the build will fail.
Putting quotes around the result of the string substitution fixes this.

(cherry picked from commit 1f7e3b5)

Co-authored-by: Russell Joyce <russell@russellj.co.uk>
@RussellJoyce RussellJoyce deleted the patch-1 branch April 4, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants