summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 09329cda1..fb06ba629 100755
--- a/setup
+++ b/setup
@@ -38,7 +38,7 @@ machine() {
oe-init-build-env ${build_dir}
if [ "$(cat conf/templateconf.cfg)" = "${tmpl}" ]; then
- sed "s/^\(MACHINE\s*[?:]*\s*=\s*\).*$/\1${target}/" \
+ sed "s/^\(MACHINE\s*[?:]*\s*=\s*\).*$/\1\"${target}\"/" \
-i conf/local.conf
fi
return