]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/makelsr.py
Fix Mac line terminations
[lilypond.git] / buildscripts / makelsr.py
index 86323d260d5f9ad89269c407cccfaf155217831b..cb0619f6deae2e726b0b0e28d90062fbbc4123e3 100755 (executable)
@@ -155,7 +155,7 @@ for (name, (srcdir, tags)) in snippets.items ():
        copy_ly (srcdir, name, tags)
 
 for (tag, file_set) in tag_lists.items ():
-       dump_file_list (os.path.join (DEST, tag + '.snippet-list'), file_set)
+       dump_file_list (os.path.join (DEST, tag + '.snippet-list'), sorted(file_set))
 
 if unconverted:
        sys.stderr.write ('These files could not be converted successfully by convert-ly:\n')