summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-xscripts/oe-setup-builddir2
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
118if [ "x" = "x$OECORENOTESCONF" ]; then 118if [ "x" = "x$OECORENOTESCONF" ]; then
119 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt" 119 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt"
120fi 120fi
121cat $OECORENOTESCONF 121[ ! -r "$OECORENOTESCONF" ] || cat $OECORENOTESCONF
122unset OECORENOTESCONF 122unset OECORENOTESCONF