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 1Qr6K5-000116-4w for garchives@archives.gentoo.org; Wed, 10 Aug 2011 10:47:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6582721C15C; Wed, 10 Aug 2011 10:47:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 397D221C15E for ; Wed, 10 Aug 2011 10:47:19 +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 B2C301B4070 for ; Wed, 10 Aug 2011 10:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CF77C8004F for ; Wed, 10 Aug 2011 10:47:17 +0000 (UTC) From: "Amadeusz Żołnowski" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Żołnowski" Message-ID: Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_configkernel.sh X-VCS-Directories: / X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Żołnowski X-VCS-Revision: ed4b49059f7bd5052b9c21119cab138db60e1be4 Date: Wed, 10 Aug 2011 10:47:17 +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: a2918d686182fd9d4860c5e98d99a840 commit: ed4b49059f7bd5052b9c21119cab138db60e1be4 Author: Amadeusz =C5=BBo=C5=82nowski gentoo org> AuthorDate: Tue Aug 9 14:22:32 2011 +0000 Commit: Amadeusz =C5=BBo=C5=82nowski gentoo org> CommitDate: Wed Aug 10 08:11:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Ded4b4905 gen_configkernel: canonicalize path to kernel config --- gen_configkernel.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gen_configkernel.sh b/gen_configkernel.sh index 284f800..faf1874 100755 --- a/gen_configkernel.sh +++ b/gen_configkernel.sh @@ -24,6 +24,7 @@ determine_config_file() { else gen_die 'Error: No kernel .config specified, or file not found!' fi + KERNEL_CONFIG=3D"$(readlink -f "${KERNEL_CONFIG}")" } =20 config_kernel() {