summaryrefslogtreecommitdiffstats
path: root/setdevenv
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-10-11 11:11:00 +0000
committerRoss Burton <ross@openedhand.com>2005-10-11 11:11:00 +0000
commit42974a1e1288e787cb4d5bb66acba691b06209ca (patch)
tree3e50ffab063e79b03d7cd96705b84a497415a862 /setdevenv
parentab4b8cbf3bf087c3492078e045fe9801a8201611 (diff)
downloadpoky-42974a1e1288e787cb4d5bb66acba691b06209ca.tar.gz
Add whitespace, made this script work for me
git-svn-id: https://svn.o-hand.com/repos/poky@132 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'setdevenv')
-rwxr-xr-xsetdevenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/setdevenv b/setdevenv
index decbf6a30f..9090681580 100755
--- a/setdevenv
+++ b/setdevenv
@@ -24,7 +24,7 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
24 exit 1 24 exit 1
25fi 25fi
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}|" > $BUILDDIR/conf/local.conf
30fi 30fi