aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 384a3f40..83ce9e72 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ check:
done
changelog:
- rcs2log | sed "s|@.*redhat\.com|redhat.com|" | \
+ rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | \
sed "s|/mnt/devel/CVS/initscripts/||g" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog