From patchwork Sun Oct 19 23:30:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 400918 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id AD168140095 for ; Mon, 20 Oct 2014 10:31:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E6CE894E01; Sun, 19 Oct 2014 23:31:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dRnZiHeBzWk3; Sun, 19 Oct 2014 23:31:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 55E5C94DDB; Sun, 19 Oct 2014 23:31:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E2CA61C20EC for ; Sun, 19 Oct 2014 23:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DD8B791753 for ; Sun, 19 Oct 2014 23:31:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BbWHaq2AArbO for ; Sun, 19 Oct 2014 23:31:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 78D2F91740 for ; Sun, 19 Oct 2014 23:31:25 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9JNVJ4n019478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 19 Oct 2014 23:31:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1413761483; bh=dRfV6I9TpPrEGqrCgzKK52kJ0ho6TwcgHVklCBcEIvI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=RHuEFtHsa/eKo8E1xIgNchXEgypBE3qaJ7UFzr3c3tM5ZYBX1BJdaCSvZAcp4fNFM WpyJm5j9/iqyhlrZnb+1JZ/VEhYM/f7H9JP8fAzUo7zJ5JtpfmiaK5CWsFc7gV7btf fyNJB1cJiQlWbkDh37b68ZgN/gbxP2GnqKxGw2yA= Received: by asgard (sSMTP sendmail emulation); Sun, 19 Oct 2014 20:31:08 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 19 Oct 2014 20:30:56 -0300 Message-Id: <1413761457-25565-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1413761457-25565-1-git-send-email-gustavo@zacarias.com.ar> References: <1413761457-25565-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] skeleton/root/.bash_profile: don't set PATH X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Even if the main shell is bash /etc/profile is also parsed so it's redundant. Signed-off-by: Gustavo Zacarias Reviewed-by: "Yann E. MORIN" --- system/skeleton/root/.bash_profile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system/skeleton/root/.bash_profile b/system/skeleton/root/.bash_profile index 27bf149..0ee04a3 100644 --- a/system/skeleton/root/.bash_profile +++ b/system/skeleton/root/.bash_profile @@ -1,13 +1,5 @@ # .bash_profile -export PATH=\ -/bin:\ -/sbin:\ -/usr/bin:\ -/usr/sbin:\ -/usr/bin/X11:\ -/usr/local/bin - umask 022 if [ -f ~/.bashrc ]; then