> What about the following functions:
 > -- snip --
 > # fatal error: print message and exit
 > function fatal_error
 > {
 >     print -u 2 "${progname}: $@"
 >     exit 1
 > }
 > 
 > function print_error
 > {
 >     print -u 2 "${progname}: $@"
 > }

Seems reasonable, aside from the tedious function names that consume
80 column real-estate ;-)

-- 
meem
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to