Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.6
-
None
-
unix
Description
When executing forrest from a perl script in directory A, I must do a 'cd' to get into my project's directory, B. PROJECT_HOME gets set to A, instead of B, causing forrest to fail. Instead of using $PWD to set PROJECT_HOME, use `pwd` and it works fine.