]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add whitespace, made this script work for me
authorRoss Burton <ross@openedhand.com>
Tue, 11 Oct 2005 11:11:00 +0000 (11:11 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 11 Oct 2005 11:11:00 +0000 (11:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@132 311d38ba-8fff-0310-9ca6-ca027cbcb966

setdevenv

index decbf6a30ff817cb8f97c2e2abc1311463caff37..909068158091018c71081734e0361d6563b3fc1a 100755 (executable)
--- a/setdevenv
+++ b/setdevenv
@@ -24,7 +24,7 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
     exit 1
 fi
 
-if !(test -r $BUILDDIR/conf/local.conf); then
+if ! (test -r $BUILDDIR/conf/local.conf); then
    echo "Setting up initial '$PKGDIR/conf/local.conf'."
    cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf
 fi