[yocto] [PATCH 05/13] yocto-autobuilder-setup: Fix quotes in worker-init setup

californialsullivan at gmail.com californialsullivan at gmail.com
Tue Sep 23 10:13:46 PDT 2014


From: California Sullivan <california.l.sullivan at intel.com>

Mixed single and double quotes on accident. Fixed.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 yocto-autobuilder-setup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/yocto-autobuilder-setup b/yocto-autobuilder-setup
index a74d033..a71bda0 100644
--- a/yocto-autobuilder-setup
+++ b/yocto-autobuilder-setup
@@ -154,8 +154,8 @@ if [ -n "${config_check:+x}" ]; then
     sed -i "s/<PASS>/$password/g" ${PWD}/yocto-worker/buildbot.tac
     echo ""
     echo " Updating worker-init script used for google cloud building. "
-    sed -i "s/<HOST_ADDR>/$HOST_ADDR/' ${PWD}/bin/worker-init
-    sed -i "s/<PASS>/$password/' ${PWD}/bin/worker-init
+    sed -i "s/<HOST_ADDR>/$HOST_ADDR/" ${PWD}/bin/worker-init
+    sed -i "s/<PASS>/$password/" ${PWD}/bin/worker-init
     echo ""
     echo " If you wish to use your own generated username and password please "
     echo " modify the above files as needed. Please see the README for more "
-- 
1.9.1




More information about the yocto mailing list