oe-setup-builddir: Allow $OECORENOTESCONF to not exist

(From OE-Core rev: 6fc14169ac0c3001e3a69eda8d07fc0ac93a15ee)

Signed-off-by: Peter Kjellerstedt <pkj@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt 2013-04-05 18:59:44 +02:00 committed by Richard Purdie
parent f583587816
commit a468b0d557
1 changed files with 1 additions and 1 deletions

View File

@ -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