From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA17313919D for ; Sat, 11 Jan 2014 19:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 448EEE0B6C; Sat, 11 Jan 2014 19:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCD6AE0B6C for ; Sat, 11 Jan 2014 19:39:35 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id DA69F33DF72; Sat, 11 Jan 2014 19:39:34 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Cc: Brian Dolbec Subject: [gentoo-catalyst] [PATCH 2/2] chmod +x targets/stage1/build.py Date: Sat, 11 Jan 2014 11:35:12 -0800 Message-Id: <1389468912-28859-3-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1389468912-28859-1-git-send-email-dolsen@gentoo.org> References: <1389468912-28859-1-git-send-email-dolsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: bdf44cb2-edb3-4a2b-9702-06a6477ad172 X-Archives-Hash: 33c613ddfc0cf7260077d904b33ee04a --- targets/stage1/build.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 targets/stage1/build.py diff --git a/targets/stage1/build.py b/targets/stage1/build.py old mode 100644 new mode 100755 -- 1.8.3.2