X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/65c7d7aa0400de731cb2f05e03d41d05ee203dc2..944bc6ce434c4388ecda80b785c78d6191f9f415:/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