X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/65c7d7aa0400de731cb2f05e03d41d05ee203dc2..a4f75309f2e467a701ebd8bfb0faf79c011226a6:/etc/make-ChangeLogs diff --git a/etc/make-ChangeLogs b/etc/make-ChangeLogs index e8099bc1..13a2c520 100755 --- a/etc/make-ChangeLogs +++ b/etc/make-ChangeLogs @@ -11,6 +11,6 @@ for dir in . po src doc; do -u 'jthilo Jesse Thilo jthilo@gnu.org' \ -u 'meyering Jim Meyering meyering@gnu.org' \ -u 'rms Richard Stallman rms@gnu.org' \ - > ChangeLog + | sed -e 's,/opt/cvs/bison/bison/,,g' > ChangeLog ) done