This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 scripts/poky-autobuild-moblin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 2236c01164ca1e2e1401727d131fa7152bb433da
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Wed Oct 22 20:31:56 2008 +0100

    scripts: Fix variable quoting


Diff in this email is a maximum of 400 lines.
diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin
index 4c4e6a0..e3eda39 100755
--- a/scripts/poky-autobuild-moblin
+++ b/scripts/poky-autobuild-moblin
@@ -70,7 +70,7 @@ if [ ! -e "$CONFFILE" ]; then
     echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE"
     echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
     echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
-    echo 'DL_DIR = "$SRVWORKDIR/sources"' >> "$CONFFILE"
+    echo "DL_DIR = \"$SRVWORKDIR/sources\"" >> "$CONFFILE"
     echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
     if [ "$ABTARGET" = "darwin" ]; then
         echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to