Only removing stage files in lb clean --stage and keep .build around in order for init to detect initialized config directories properly.
This commit is contained in:
parent
e84476a7e5
commit
604d5f1416
|
@ -129,7 +129,7 @@ do
|
|||
;;
|
||||
|
||||
--stage)
|
||||
rm -rf .build
|
||||
rm -rf .build/*
|
||||
;;
|
||||
|
||||
--source)
|
||||
|
|
Loading…
Reference in New Issue