mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
More quoting fixes
(From OE-Core rev: 749d252475df090d51313cfbbe3f159db9f0566d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BUILDSTATS_BASE = ${TMPDIR}/buildstats/
|
||||
BNFILE = ${BUILDSTATS_BASE}/.buildname
|
||||
DEVFILE = ${BUILDSTATS_BASE}/.device
|
||||
BUILDSTATS_BASE = "${TMPDIR}/buildstats/"
|
||||
BNFILE = "${BUILDSTATS_BASE}/.buildname"
|
||||
DEVFILE = "${BUILDSTATS_BASE}/.device"
|
||||
|
||||
################################################################################
|
||||
# Build statistics gathering.
|
||||
|
||||
Reference in New Issue
Block a user