Attached is a patch to clean up a tab-error in my patch from last week.
I accidentally let a tab creep into one of the comments.

Please apply.


diff -ruP mock/mock.py mock-smallfixes/mock.py
--- mock/mock.py	2006-05-13 23:53:38.000000000 -0500
+++ mock-smallfixes/mock.py	2006-05-15 14:59:50.000000000 -0500
@@ -630,7 +630,7 @@
             cmd = "mkdir -p %s/%s" % (self.builddir, subdir)
             self.do_chroot(cmd, fatal = True)
 
-	# change ownership so we can write to build home dir
+        # change ownership so we can write to build home dir
         cmd = "chown -R %s.%s %s" % (self.config['chrootuser'], 
            self.config['chrootgroup'], self.homedir)
         self.do_chroot(cmd, fatal = True)
--
Fedora-buildsys-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to