From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-360000-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Qe5h3-0005pB-Kp for garchives@archives.gentoo.org; Tue, 05 Jul 2011 13:29:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C640021C10A; Tue, 5 Jul 2011 13:29:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 963E221C10A for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 13:29:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DB2B1B400E for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 13:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 843F58003D for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jul 2011 13:29:28 +0000 (UTC) From: "Wiktor W Brodlo" <wiktor@brodlo.net> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" <wiktor@brodlo.net> Message-ID: <8e765a10d00f435e5ef05d76519f459dfabe89ac.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: gentoo/ X-VCS-Repository: proj/anaconda X-VCS-Files: gentoo/utils.py X-VCS-Directories: gentoo/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 8e765a10d00f435e5ef05d76519f459dfabe89ac Date: Tue, 5 Jul 2011 13:29:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2ad324a33403dc0776b40af43caefd96 commit: 8e765a10d00f435e5ef05d76519f459dfabe89ac Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net> AuthorDate: Tue Jul 5 13:29:06 2011 +0000 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net> CommitDate: Tue Jul 5 13:29:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D8e765a10 gentoo/utils.py: stupid editor putting tabs instead of spaces --- gentoo/utils.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gentoo/utils.py b/gentoo/utils.py index f557c0c..904563a 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -216,7 +216,7 @@ class GentooInstall: pid =3D os.fork() if pid =3D=3D 0: =20 - print "chrooting to "+self._root + print "chrooting to "+self._root os.chroot(self._root) os.chdir("/") do_shell =3D False