summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetdevenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/setdevenv b/setdevenv
index 92ad41333e..087faf8424 100755
--- a/setdevenv
+++ b/setdevenv
@@ -26,7 +26,7 @@ fi
26 26
27if ! (test -r $BUILDDIR/conf/local.conf); then 27if ! (test -r $BUILDDIR/conf/local.conf); then
28 echo "Setting up initial '$PKGDIR/conf/local.conf'." 28 echo "Setting up initial '$PKGDIR/conf/local.conf'."
29 cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf 29 cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|g" > $BUILDDIR/conf/local.conf
30fi 30fi
31 31
32BBPATH=$BBDIR 32BBPATH=$BBDIR