From afc36754b13de41bfbea5ebf5202bdb01cb4aeeb Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 26 May 2025 00:44:57 +0100 Subject: get.sh: remove redundant printf in fetch_project The following execution will result in another printf that says exactly what is being downloaded. There is no need to inform the user twice about what is being downloaded. Signed-off-by: Leah Rowe --- include/get.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/get.sh b/include/get.sh index 4105b93f..639d101d 100644 --- a/include/get.sh +++ b/include/get.sh @@ -26,7 +26,6 @@ fetch_project() [ -n "$xtree" ] && x_ ./mk -f coreboot "$xtree" [ -z "$depend" ] || for d in $depend ; do - printf "'%s' needs '%s'; grabbing '%s'\n" "$project" "$d" "$d" x_ ./mk -f $d done clone_project -- cgit v1.2.1