X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aefb051ce08fb5a1e84ae1ef774f4d3721f54e32..f95997e708b6847fc62b93a705eaf80124ebac2e:/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