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 ) id 1QQFX3-0000o8-TI for garchives@archives.gentoo.org; Sat, 28 May 2011 09:10:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E9EC1C027; Sat, 28 May 2011 09:09:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF3CC1C027 for ; Sat, 28 May 2011 09:09:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37E061B4012 for ; Sat, 28 May 2011 09:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 50F1B80505 for ; Sat, 28 May 2011 09:09:55 +0000 (UTC) From: "Diego Elio Pettenò" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Diego Elio Pettenò" Message-ID: Subject: [gentoo-commits] proj/flameeyes-tinderbox:master commit in: / X-VCS-Repository: proj/flameeyes-tinderbox X-VCS-Files: local.start X-VCS-Directories: / X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Elio Pettenò X-VCS-Revision: db7cd162d0035fa836c7de4da1641cc8fb2c2a68 Date: Sat, 28 May 2011 09:09:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 32bd27289f3c76000c66f98b869951ef commit: db7cd162d0035fa836c7de4da1641cc8fb2c2a68 Author: Diego Elio Petten=C3=B2 gmail com> AuthorDate: Sat May 28 09:09:13 2011 +0000 Commit: Diego Elio Petten=C3=B2 gentoo org> CommitDate: Sat May 28 09:09:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/flameeyes-tin= derbox.git;a=3Dcommit;h=3Ddb7cd162 Make sure to source the environment in local.start script. --- local.start | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/local.start b/local.start index 50693b9..dc10deb 100755 --- a/local.start +++ b/local.start @@ -1,4 +1,6 @@ -#!/bin/bash +#!/bin/bash -l + +source /etc/profile =20 screen -S tinderbox -d -m =20