bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Function visibility


From: retiredff
Subject: Function visibility
Date: Mon, 1 Oct 2007 16:43:15 -0700 (PDT)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]