summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-09-26 17:37:44 +0000
committerAli Polatel <hawking@gentoo.org>2007-09-26 17:37:44 +0000
commit9bcfe5c93df9e10167c21710a32ce9226ab5d7a2 (patch)
treece85761ad22780fe84c7d9f27c7d8630b77f4987 /dev-util/bzr
parentsparc/x86 stable (diff)
downloadgentoo-2-9bcfe5c93df9e10167c21710a32ce9226ab5d7a2.tar.gz
gentoo-2-9bcfe5c93df9e10167c21710a32ce9226ab5d7a2.tar.bz2
gentoo-2-9bcfe5c93df9e10167c21710a32ce9226ab5d7a2.zip
typo
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-util/bzr')
-rw-r--r--dev-util/bzr/files/bzr-0.90-tests-sgid.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bzr/files/bzr-0.90-tests-sgid.patch b/dev-util/bzr/files/bzr-0.90-tests-sgid.patch
index 2a47db5bef73..34901e90b73d 100644
--- a/dev-util/bzr/files/bzr-0.90-tests-sgid.patch
+++ b/dev-util/bzr/files/bzr-0.90-tests-sgid.patch
@@ -5,7 +5,7 @@ https://bugs.launchpad.net/bzr/+bug/109124
return
path_stat = transport.stat(path)
actual_mode = stat.S_IMODE(path_stat.st_mode)
-+ # test if running run beneath a directory with the setgid bit set.
++ # test if running beneath a directory with the setgid bit set.
+ if actual_mode & stat.S_ISGID and not mode & stat.S_ISGID:
+ mode |= stat.S_ISGID
self.assertEqual(mode, actual_mode,