]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo in fixcc command. release/2.15.8-1
authorGraham Percival <graham@percival-music.ca>
Mon, 1 Aug 2011 20:54:47 +0000 (13:54 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 1 Aug 2011 20:54:47 +0000 (13:54 -0700)
Documentation/contributor/programming-work.itexi

index 7eb43e32a56c6cfb299e7e9f8d09524d4dcd23d6..593e4563ba2ff13f56fabf780cef03567500cc9a 100644 (file)
@@ -335,7 +335,7 @@ for normal contributors or developers.
 
 @smallexample
 scripts/auxiliar/fixcc.py \
-  fixcc $(find flower lily -name '*cc' -o -name '*hh' | grep -v /out)
+  $(find flower lily -name '*cc' -o -name '*hh' | grep -v /out)
 @end smallexample