Skip to content

Conversation

@kyavuzkurt
Copy link

Replaced export CYCLONEDDS_HOME="~/cyclonedds/install" with
export CYCLONEDDS_HOME=$HOME/cyclonedds/install on README.md

The tilde (~) is not expanded by export when quoted, which causes the variable to point to the literal string ~/cyclonedds/install instead of the user’s home directory. Using $HOME ensures the path resolves correctly across shells.

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.

1 participant