Calling init in build as well when automatically populating a new config tree.

This commit is contained in:
Daniel Baumann 2014-04-27 07:18:06 +02:00
parent eca7aca936
commit d3a0022d00
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ set -e
if [ -x auto/config ] && [ ! -e .build/config ]
then
Echo_message "Automatically populating config tree."
lb init
lb config
fi