[7052] in SIPB bug reports
Re: whats
daemon@ATHENA.MIT.EDU (yak@MIT.EDU)
Sun Nov 22 15:32:30 1998
From: yak@MIT.EDU
Date: Sun, 22 Nov 1998 15:32:21 -0500 (EST)
To: jmorzins@MIT.EDU
Cc: bug-sipb@MIT.EDU
> If you can think of a platform-portable way to rewrite the line:
>
> echo "${ac} - ${def}" | /usr/athena/bin/mhmail sipb-whats@mit.edu \
> -subject "New acron entry: ${ac}"
>
echo "${ac} - ${def}" | /afs/sipb.mit.edu/project/sipb/bin/pmail \
-s "New acron entry: ${ac}" sipb-whats@mit.edu
This will break on vaxen, aos, hpux, sunos, and alphas. I'd be
willing to fix it for vaxen and alphas if that is a concern.
yak