summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 2ce71ddfea..47dba812c8 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -75,7 +75,7 @@ if [ ! -e "$CONFFILE" ]; then
echo 'POKYMODE = "darwin"' >> "$CONFFILE"
echo 'DARWINFILES = "file:///srv/poky/sources/"' >> "$CONFFILE"
echo 'INHERIT_INSANE = ""' >> "$CONFFILE"
- echo 'FILESPATH_append = ":$CURRDIR/meta-darwin/files"' >> "$CONFFILE"
+ echo "FILESPATH_append = \":$CURRDIR/meta-darwin/files\"" >> "$CONFFILE"
fi
fi