Hi, Michael Meskes <[EMAIL PROTECTED]> writes:
>> I'm packaging a little tool called vared. Vared relies on some shell >> functions and/or aliases that must have been sourced into the >> environment before usage. What may be the best pratice to package >> such shell functions? >> ... > > How about a little wrapper setting the environment and then executing the > real > tool? vared [1] lets you edit environment variables an a fancy way and than it sets their new value in your current shell session. The shell functions/aliases are a crude way to work around some limitations (environment variables can only be propagated downwards the process tree). With this setup I see no way to build a wrapper, in other words, the shell functions/aliases are allready a wrapper ;). Michael, too ;) [1] http://www.c0t0d0s0.de/vared/ -- biff4emacsen - A biff-like tool for (X)Emacs http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html Flood - Your friendly network packet generator http://www.c0t0d0s0.de/flood/flood.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]