Skip to content

fix(build): allow working directories that contain spaces#63

Merged
fathyb merged 1 commit into
fathyb:mainfrom
NateLevin1:allow-spaces-in-working-dirs
Feb 4, 2023
Merged

fix(build): allow working directories that contain spaces#63
fathyb merged 1 commit into
fathyb:mainfrom
NateLevin1:allow-spaces-in-working-dirs

Conversation

@NateLevin1

Copy link
Copy Markdown
Contributor

Previously, if your working directory contained an ascii space character, the dirname invocation would read it as multiple arguments. This breaks the CARBONYL_ROOT environment variable used in all build scripts.

To fix this, we just need to add quotes around the $(pwd) to ensure bash will parse the command correctly.

Previously, if your working directory contained an ascii space character,
the `dirname` invocation would read it as multiple arguments.
This breaks the `CARBONYL_ROOT` environment variable used in all build
scripts.

To fix this, we just need to add quotes around the `$(pwd)` to ensure
bash will parse the command correctly.
@fathyb

fathyb commented Feb 4, 2023

Copy link
Copy Markdown
Owner

Thank you! ❤️

@fathyb fathyb merged commit 89084ba into fathyb:main Feb 4, 2023
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