diff options
author | Ross Burton <ross@openedhand.com> | 2005-10-11 11:11:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2005-10-11 11:11:00 +0000 |
commit | 42974a1e1288e787cb4d5bb66acba691b06209ca (patch) | |
tree | 3e50ffab063e79b03d7cd96705b84a497415a862 /setdevenv | |
parent | ab4b8cbf3bf087c3492078e045fe9801a8201611 (diff) | |
download | openembedded-core-42974a1e1288e787cb4d5bb66acba691b06209ca.tar.gz openembedded-core-42974a1e1288e787cb4d5bb66acba691b06209ca.tar.bz2 openembedded-core-42974a1e1288e787cb4d5bb66acba691b06209ca.tar.xz openembedded-core-42974a1e1288e787cb4d5bb66acba691b06209ca.zip |
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-x | setdevenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |