> > Is there a way to check that make buildworld did > > finished successfully? > > Use a Short-Circuit List Operator: '&&' > > make buildworld && mail -s "Buildworld successful!" > home_account at whatever.com < /dev/null Thanks, I should have thought about that myself :(( Olivier