summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <walle@corscience.de>2012-02-27 16:44:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-06 08:34:28 +0100
commit45c8bf5d3dbb6b5f523be0de1a47852a7336f096 (patch)
tree371fe3e1567320bbe2c503266cc2076339c104f4
parent62cd03ee6c684fd5969f0e712134aaf5909584ef (diff)
downloadptxdist-45c8bf5d3dbb6b5f523be0de1a47852a7336f096.tar.gz
ptxdist-45c8bf5d3dbb6b5f523be0de1a47852a7336f096.tar.xz
generic/os-release: Quote ANSI_COLOR
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--generic/etc/os-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/etc/os-release b/generic/etc/os-release
index bc77031ac..523c56170 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@"