diff options
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 76e17784d8..d5d8d980d3 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -118,5 +118,5 @@ EOM | |||
118 | if [ "x" = "x$OECORENOTESCONF" ]; then | 118 | if [ "x" = "x$OECORENOTESCONF" ]; then |
119 | OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" | 119 | OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" |
120 | fi | 120 | fi |
121 | cat $OECORENOTESCONF | 121 | [ ! -r "$OECORENOTESCONF" ] || cat $OECORENOTESCONF |
122 | unset OECORENOTESCONF | 122 | unset OECORENOTESCONF |