1b412cc49SMatthew Dillon#!/bin/csh 2b412cc49SMatthew Dillon# 3b412cc49SMatthew Dillon 4*3dae329dSSascha Wildnerumask 022 5*3dae329dSSascha Wildner./doclean >& /build/snapshots/docron.out 6b412cc49SMatthew Dillonif ( $? > 0 ) then 7b412cc49SMatthew Dillon echo "doclean script failed, aborting build" 8b412cc49SMatthew Dillon exit 1 9b412cc49SMatthew Dillonendif 10*3dae329dSSascha Wildner./dobuild >>& /build/snapshots/docron.out 11*3dae329dSSascha Wildner 12