Add removal of MKTEMP_SH_FUNCTION to processing for cvsbug script.

Approved by:	peter (a while ago)
MFC After:	1 week
This commit is contained in:
kensmith 2004-12-10 18:16:52 +00:00
parent 7f9227d303
commit c469da7573

View File

@ -21,6 +21,7 @@ cvsbug: cvsbug.in
-e "s,@PACKAGE_BUGREPORT@,bug-cvs@gnu.org,g" \
-e "s,@SENDMAIL@,/usr/sbin/sendmail,g" \
-e "s,@MKTEMP_FUNCTION@,," \
-e "s,@MKTEMP_SH_FUNCTION@,," \
${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>