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 93722e08ad..e53f73c9ce 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -61,7 +61,7 @@ if [ -n "$TEMPLATECONF" ]; then
61 TEMPLATECONF="$OEROOT/$TEMPLATECONF" 61 TEMPLATECONF="$OEROOT/$TEMPLATECONF"
62 fi 62 fi
63 if [ ! -d "$TEMPLATECONF" ]; then 63 if [ ! -d "$TEMPLATECONF" ]; then
64 echo >&2 "Error: '$TEMPLATECONF' must be a directory containing local.conf & bblayers.conf" 64 echo >&2 "Error: TEMPLATECONF value points to nonexistent directory '$TEMPLATECONF'"
65 exit 1 65 exit 1
66 fi 66 fi
67 fi 67 fi