Calling init in build as well when automatically populating a new config tree.
This commit is contained in:
parent
eca7aca936
commit
d3a0022d00
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue