[OE-core] [PATCH] oe-setup-builddir: de-bash use . instead of source

Saul Wold sgw at linux.intel.com
Tue Mar 11 23:40:24 UTC 2014


Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 scripts/oe-setup-builddir | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index e4356f1..ccaae9b 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -41,7 +41,7 @@ if (test -f "$BUILDDIR/conf/templateconf.cfg") then
     TEMPLATECONF=$(cat $BUILDDIR/conf/templateconf.cfg)
 fi
 
-source $OEROOT/.templateconf
+. $OEROOT/.templateconf
 
 if ! (test -f "$BUILDDIR/conf/templateconf.cfg") then
     echo "$TEMPLATECONF" >$BUILDDIR/conf/templateconf.cfg
-- 
1.8.3.1




More information about the Openembedded-core mailing list