From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay06.ispgateway.de ([80.67.31.103]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SA514-0000fZ-J7 for ptxdist@pengutronix.de; Tue, 20 Mar 2012 20:46:47 +0100 Received: from [93.104.149.103] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1SA514-0005ys-74 for ptxdist@pengutronix.de; Tue, 20 Mar 2012 20:46:46 +0100 From: Bernhard Walle Date: Tue, 20 Mar 2012 20:46:45 +0100 Message-Id: <1332272805-94650-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Usually there is one, but don't print an error if there is no one. Signed-off-by: Bernhard Walle --- bin/ptxdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 440a7aa..37ab098 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1656,8 +1656,8 @@ parse_second() if [ ${#} -eq 0 ]; then local bashrc="${PTXDIST_TEMPDIR}/bashrc" cat > "${bashrc}" <