From 2c0f14507626ea1fda2fd1a7ab6210a2c06125eb Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Sat, 22 Oct 1994 23:34:57 +0000 Subject: [PATCH] Fill in SUBMITTER= line correctly. --- gnu/usr.bin/send-pr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index e8cb2a00e49..f0709acf32b 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -12,7 +12,7 @@ all: send-pr send-pr: send-pr.sh Makefile sed -e 's,@DATADIR@,/etc,g' \ -e 's/@DEFAULT_RELEASE@/$(RELEASE)/g' \ - -e 's/^SUBMITTER=/SUBMITTER=$(SUBMITTERS)/' \ + -e 's/^SUBMITTER=.*/SUBMITTER=$(SUBMITTERS)/' \ ${.ALLSRC:N*Makefile} > ${.TARGET} send-pr.el: send-pr-el.in Makefile