summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-01 10:16:16 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-01 10:16:16 +0000
commitd14f7bd079fc79c3153931ca0e5c348ed4ddd86d (patch)
tree3474bda63da0216d6c6605240e3628ca2cf48e83 /scripts
parent21d5869e1c5a56171fec17b74baae273714ac23f (diff)
downloadpoky-d14f7bd079fc79c3153931ca0e5c348ed4ddd86d.tar.gz
scripts/poky-autobuild: Fix quoting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4382 311d38ba-8fff-0310-9ca6-ca027cbcb966
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
75 echo 'POKYMODE = "darwin"' >> "$CONFFILE" 75 echo 'POKYMODE = "darwin"' >> "$CONFFILE"
76 echo 'DARWINFILES = "file:///srv/poky/sources/"' >> "$CONFFILE" 76 echo 'DARWINFILES = "file:///srv/poky/sources/"' >> "$CONFFILE"
77 echo 'INHERIT_INSANE = ""' >> "$CONFFILE" 77 echo 'INHERIT_INSANE = ""' >> "$CONFFILE"
78 echo 'FILESPATH_append = ":$CURRDIR/meta-darwin/files"' >> "$CONFFILE" 78 echo "FILESPATH_append = \":$CURRDIR/meta-darwin/files\"" >> "$CONFFILE"
79 fi 79 fi
80fi 80fi
81 81