From 42974a1e1288e787cb4d5bb66acba691b06209ca Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 11 Oct 2005 11:11:00 +0000 Subject: [PATCH] Add whitespace, made this script work for me git-svn-id: https://svn.o-hand.com/repos/poky@132 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- setdevenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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