really stumped with this.
i want to set a few variables for a script (paths)
according to everything i've found this should work but it doesn't;
SRC=/Volumes/MP_JUBBLER/testing/src/
SRC=/Volumes/MP_JUBBLER/testing/src/: Command not found.
echo $SRC
[MP-jynkBase:~] dan% echo $SRC
SRC: Undefined variable.
been bugging me for while!
many thanks, Dan.
echo $SHELLshould tell you. I'm running BASH on Snow Leopard, and able to set variables the way you are trying to. – ayaz Nov 3 '10 at 12:52