Quote:
|
2-Dont forget to EXPORT your path! About once a week I work an extra 15min on a problem because I forgot to EXPORT the varaiable.
|
What does EXPORT do?
I have a script: newpath.sh
and in that is the line:
PATH="/cygdrive/d/dev/Builds/BuildOutputDir:.:"
and I run it using the source command:
. newpath.sh
and after that, when I enter "printf $PATH" I can see it has updated. Am I missing something?