Bug 7552 - Remove wrong line endings in NORMARC record.abs
authorMagnus Enger <magnus@enger.priv.no>
Fri, 17 Feb 2012 14:03:52 +0000 (15:03 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 21 Feb 2012 16:37:35 +0000 (17:37 +0100)
commit5f2e1ba7b14b226cbe23438116d77be710dd88b0
treeb4911e5c04f554add6cb1f1ea1b536b3433d9633
parent766b60e5b34baaca30dea8d2f64c9e3fed602c8f
Bug 7552 - Remove wrong line endings in NORMARC record.abs

Line endings contain erroneous \r 's.

Also remove a useless comment at the top of the file.

This patch was produced by doing the following operations:

git config --global core.autocrlf true
git rm --cached -r etc/zebradb/marc_defs/normarc/biblios/record.abs
git diff --cached --name-only -z | xargs -0 git add

as recommended here:
http://help.github.com/line-endings/

First version of this file resulted in whitespaceerrors. Trying to fix that now.

To test:

- Open etc/zebradb/marc_defs/normarc/biblios/record.abs in a file editor
  that will let you search for \r - gedit seems to work nicely for this.
  Check that there are occurences of \r in the file
- Apply the patch
- Open etc/zebradb/marc_defs/normarc/biblios/record.abs in the editor and
  check that it can not find any \r

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Still a few \r

But only on comments, safe to push

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
etc/zebradb/marc_defs/normarc/biblios/record.abs