Joel Sherrill writes:
> Can anyone explain how the arguments/variablles
> get passed from the shell code to the embedded awk
> script?
Via parameter substitution. The awk script does not need to look at
them. The mailto variable is passed in the environment, since it is
only used by the produc
I would love to add that as a command line option
and another to let us say which BSP we used on the
subject line. But I can't figure out the relationship
between the shell code and the awk code which
does the dirty work.
Can anyone explain how the arguments/variablles
get passed from the shell c
On 01/04/2013 04:14 PM, Cynthia Rempel wrote:
Hi,
I tried to run the following command:
../gcc/contrib/test_summary -p my_commentary.txt -m gcc-testresu...@gcc.gnu.org
| sh
I added "| sed -e 's/Mail/mailx/'" before the "| sh" and it worked for
Debian Tesing (several months ago). Apparentl
Hi,
I tried to run the following command:
../gcc/contrib/test_summary -p my_commentary.txt -m gcc-testresu...@gcc.gnu.org
| sh
and got the following error:
sh: 22297: Mail: not found
After digging through emails, ran accross
http://lists.debian.org/debian-user/2002/04/msg00065.html
Mint com