From afc00306828f1ca73db89bb04195518879467b10 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:51:32 +0100 Subject: remove more unnecessary checks on trees commands the trees script already performs these checks Signed-off-by: Leah Rowe --- script/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/trees') diff --git a/script/trees b/script/trees index 781e4055..fa456631 100755 --- a/script/trees +++ b/script/trees @@ -69,7 +69,7 @@ build_project() [ ! -f "$listfile" ] || elfcheck || return 0 cdir="src/${project}" - [ -d "$cdir" ] || x_ ./update trees -f "$project" + x_ ./update trees -f "$project" [ "$mode" = "distclean" ] && mode="clean" run_make_command || return 0 -- cgit v1.2.1