Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] oe-setup-builddir: de-bash use . instead of source
@ 2014-03-11 23:40 Saul Wold
  2014-03-12  9:15 ` [PATCH] oe-setup-builddir: small rework Matthieu Crapet
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2014-03-11 23:40 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-12  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 23:40 [PATCH] oe-setup-builddir: de-bash use . instead of source Saul Wold
2014-03-12  9:15 ` [PATCH] oe-setup-builddir: small rework Matthieu Crapet
2014-03-12  9:28   ` Matthieu CRAPET

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox