From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] oe-setup-builddir: de-bash use . instead of source
Date: Tue, 11 Mar 2014 16:40:24 -0700 [thread overview]
Message-ID: <1394581224-4752-1-git-send-email-sgw@linux.intel.com> (raw)
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
next reply other threads:[~2014-03-11 23:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 23:40 Saul Wold [this message]
2014-03-12 9:15 ` [PATCH] oe-setup-builddir: small rework Matthieu Crapet
2014-03-12 9:28 ` Matthieu CRAPET
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1394581224-4752-1-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox