From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S22nD-0003u4-Im for ptxdist@pengutronix.de; Mon, 27 Feb 2012 16:47:16 +0100 From: bernhard@bwalle.de Date: Mon, 27 Feb 2012 16:44:44 +0100 Message-Id: <1330357484-9004-1-git-send-email-bernhard@bwalle.de> In-Reply-To: <20120216101508.GB16742@pengutronix.de> References: <20120216101508.GB16742@pengutronix.de> Subject: [ptxdist] [PATCH] generic/os-release: Quote ANSI_COLOR 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 Cc: Bernhard Walle From: Bernhard Walle To be able to source /etc/os-release in a script to read the variables, quote the assignment of "1;34" to ANSI_COLOR. Signed-off-by: Bernhard Walle --- generic/etc/os-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/etc/os-release b/generic/etc/os-release index bc77031..523c561 100644 --- a/generic/etc/os-release +++ b/generic/etc/os-release @@ -3,7 +3,7 @@ VERSION="@PTXDIST_VERSION@" ID=ptxdist VERSION_ID="@PTXDIST_VERSION@" PRETTY_NAME="PTXdist / @VENDOR@-@PROJECT@" -ANSI_COLOR=1;34 +ANSI_COLOR="1;34" PTXDIST_VERSION="@PTXDIST_VERSION@" PTXDIST_BSP_VENDOR="@VENDOR@" -- 1.7.9.2 -- ptxdist mailing list ptxdist@pengutronix.de