From: bernhard@bwalle.de
To: ptxdist@pengutronix.de
Cc: Bernhard Walle <walle@corscience.de>
Subject: [ptxdist] [PATCH] generic/os-release: Quote ANSI_COLOR
Date: Mon, 27 Feb 2012 16:44:44 +0100 [thread overview]
Message-ID: <1330357484-9004-1-git-send-email-bernhard@bwalle.de> (raw)
In-Reply-To: <20120216101508.GB16742@pengutronix.de>
From: Bernhard Walle <walle@corscience.de>
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 <walle@corscience.de>
---
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
prev parent reply other threads:[~2012-02-27 15:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-16 9:52 [ptxdist] [PATCH] host-e2fsprogs: Build libraries as shared libraries bernhard
2012-02-16 10:15 ` Michael Olbrich
2012-02-16 11:47 ` bernhard
2012-02-27 15:44 ` bernhard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330357484-9004-1-git-send-email-bernhard@bwalle.de \
--to=bernhard@bwalle.de \
--cc=ptxdist@pengutronix.de \
--cc=walle@corscience.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox