From 6fc14169ac0c3001e3a69eda8d07fc0ac93a15ee Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Fri, 5 Apr 2013 18:59:44 +0200 Subject: oe-setup-builddir: Allow $OECORENOTESCONF to not exist Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- scripts/oe-setup-builddir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index be5811d37c..591913f8bc 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -118,5 +118,5 @@ EOM if [ "x" = "x$OECORENOTESCONF" ]; then OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" fi -cat $OECORENOTESCONF +[ ! -r "$OECORENOTESCONF" ] || cat $OECORENOTESCONF unset OECORENOTESCONF -- cgit 1.2.3-korg