Closed ynfle closed 4 years ago
https://github.com/exercism/interactive-cli-walkthrough/blob/cc94c76a8a12f822e78b65a76639cd1ee3049680/contents/mac/add_to_path.tw2#L13 should have single quotes, so it doesn't expand $PATH
$PATH
The issue are:
https://github.com/exercism/interactive-cli-walkthrough/blob/cc94c76a8a12f822e78b65a76639cd1ee3049680/contents/mac/add_to_path.tw2#L13 should have single quotes, so it doesn't expand
$PATH
The issue are:
$PATH
variable may change and shouldn't be hardcoded in$PATH
that had a space in it and bash couldn't properly read it because it wasn't escaped