]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.12
authorfred <fred>
Wed, 27 Mar 2002 01:02:08 +0000 (01:02 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:02:08 +0000 (01:02 +0000)
stepmake/bin/package-diff.py

index da16975bf0f926e417191dbb35eb534f54ebfaab..e07dd3ade3c95d2b43dde802c13b49c524ab427d 100644 (file)
@@ -177,8 +177,8 @@ def makediff (fromdir, todir, patch_name):
                        
        sys.stderr.write ('diffing to %s... ' % patch_name)
        os.system ('pwd')
-       print ('diff -urN %s . >> %s' % (fromdir, patch_name))
-       os.system ('diff -urN %s . >> %s' % (fromdir, patch_name))
+       print ('diff -purN %s . >> %s' % (fromdir, patch_name))
+       os.system ('diff -purN %s . >> %s' % (fromdir, patch_name))
        os.system ('gzip --quiet -9f %s' % patch_name)