0

Currently I have a bash script with cd $PATH_TO_BUILD where PATH_TO_BUILD=$(pwd)/develop/build. The pwd does have a space in the name and is causing the error however I can't seem to escape this with double quotes. Even if I do PATH_TO_BUILD="$(pwd)"/develop/build or put the $pwd in a different variable before I still get the error. How can I get around this?

Witcher18
  • 59
  • 5

0 Answers0