diff options
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index cce30980..f5ed5141 100755 --- a/script/trees +++ b/script/trees @@ -120,7 +120,7 @@ handle_src_tree() { target_dir="$cfgsdir/$target" - fetch_project "$project" + [ -f "CHANGELOG" ] || fetch_project "$project" load_target_config "$target_dir" || return 1 x_ mkdir -p "$elfdir/$target" |