From e6a575616cb2df301197d258ee6c7fb314c77be9 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 19 Apr 2009 20:25:24 +0100 Subject: [PATCH] Makelsr.py: Update instructions for checking unsafe files. --- scripts/auxiliar/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''') -- 2.11.4.GIT