I have several functions in my /etc/profile (Mac OSX 10.4.9). I can use the functions at the commandline, however inside of scripts I receive an error. I'll use an example of a function I have called cecho that echo's a string in a color that is passed in $2, $1 has the string:
./maintenance: line 27: cecho: command not found If I run this from the command line, it works fine. What am I doing wrong? I also have the same problem with any alias commands I use inside of scripts. If I type 'set' on the CLI it lists all of the functions. Should I use export function-name? TIA TonyB -- View this message in context: http://www.nabble.com/Function-visibility-tf4551985.html#a12990189 Sent from the Gnu - Bash mailing list archive at Nabble.com.