diff options
Diffstat (limited to 'script/trees')
| -rwxr-xr-x | script/trees | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/script/trees b/script/trees index e413f610..dc8b7988 100755 --- a/script/trees +++ b/script/trees @@ -39,6 +39,8 @@ main()  	cfgsdir="config/$project"  	listfile="$datadir/build.list" # needed on multi, optional on single +	remkdir "${tmpgit%/*}" +  	_cmd="build_projects"  	singletree "$project" || _cmd="build_targets"  	$_cmd $@ | 
