On Tue, Jul 08, 2003 at 10:42:20AM +0200, Markus Werle wrote: > Martin Pool wrote: > > distcc --hosts='foo bar quux' -c hello.c > > DISTCC_HOSTS='foo bar quux' distcc -c hello.c > > but your solution has side effects on the environment. > Situation remains changed after the run.
Not so. That syntax only changes the environment of the program being run. It is only when a program is omitted that it affects the shell's environment for future program runs. ..wayne.. __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
