Enrico Weigelt writes:
> Therefore I'd like to pass all commands (within this script)
> through some filter, which then can intercept them. Since I dont
> know which commands might be called, simple alias won't suffice
> here - so I need something that intercepts *all* commands and
> do proper ha
On Fri, Oct 1, 2010 at 10:46 PM, Enrico Weigelt wrote:
>
\
> Therefore I'd like to pass all commands (within this script)
> through some filter, which then can intercept them. Since I dont
> know which commands might be called, simple alias won't suffice
> here - so I need something that intercept
Hi folks,
I'd like to write some emulation for Gentoo's ebuild (the ebuild
files are more or less shell scripts) which commits the changes
an .ebuild script does in git.
Therefore I'd like to pass all commands (within this script)
through some filter, which then can intercept them. Since I dont
Howdy,
I have a script that I use to build bash and other open source software. When I
unzip/tar the bash distribution file and run the script in the directory that
pops out, bash builds correctly (no make install yet). When I run the script
with NO changes, the build fails. Below is the tail e