From: Neil Puttock Date: Sun, 19 Apr 2009 19:25:24 +0000 (+0100) Subject: Makelsr.py: Update instructions for checking unsafe files. X-Git-Tag: release/2.13.1-1~45^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=83f1377bbcccd1b0b14642779a81d621da6979cd;p=lilypond.git Makelsr.py: Update instructions for checking unsafe files. --- diff --git a/scripts/auxiliar/makelsr.py b/scripts/auxiliar/makelsr.py index cb0619f6de..2e72a23272 100755 --- a/scripts/auxiliar/makelsr.py +++ b/scripts/auxiliar/makelsr.py @@ -170,7 +170,7 @@ sys.stderr.write (''' Unsafe files printed in lsr-unsafe.txt: CHECK MANUALLY! git add input/lsr/*.ly - xargs git-diff HEAD < lsr-unsafe.txt + xargs git diff HEAD < lsr-unsafe.txt ''')