Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe " would cause a problem because make doesn't treat them as special characters - so the PATH env variable will have the " embedded in it.
Some places might expand the output twice (eg echo $(PATH) in a makefile rule, but not echo $$PATH) so the shell removes the extra quotes.