diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-29 06:05:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-29 06:05:16 +0000 |
commit | 14438611095536962128b2b29263dd6489f12e9f (patch) | |
tree | ad3be796da5513575f794702fa59186a8df3a1b5 /bin/auto_compile_wrapper | |
parent | f62c737299618e5a77f14c98398cc9bfeb53bf14 (diff) | |
download | ATCD-14438611095536962128b2b29263dd6489f12e9f.tar.gz |
ChangeLogTag:Thu Jul 29 01:04:03 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'bin/auto_compile_wrapper')
-rwxr-xr-x | bin/auto_compile_wrapper | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bin/auto_compile_wrapper b/bin/auto_compile_wrapper index bae86226d48..873ac8d9d37 100755 --- a/bin/auto_compile_wrapper +++ b/bin/auto_compile_wrapper @@ -43,4 +43,14 @@ LOGDIR=$HOME/head/ACE_wrappers/build/$BUILD/auto_compile # Who do we send email when compilation (or anything else) fails. ADMIN=PUT_YOUR_ADDRESS_HERE ; echo "You must edit this file" ; exit 0 -exec /pkg/gnu/bin/perl $HOME/bin/auto_compile $CHECKOUT $BUILD $LOGDIR $ADMIN +# You must select a mail tool that can understand the -s option such +# as: +# +# /usr/bin/mailx Solaris +# /usr/bin/mailx HP-UX +# /usr/sbin/mailx IRIX +# /bin/mail Linux + +exec /pkg/gnu/bin/perl $HOME/bin/auto_compile \ + $CHECKOUT $BUILD $LOGDIR $ADMIN /usr/bin/mailx + |