From 7e3a031a1d48f1285f84e3c7d0fc69a02f55f3d2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Oct 2023 20:53:49 +0100 Subject: include/err.sh: don't run check_git it's already executed in "build" running it in err.sh makes the user have to set git name/email as root, when running dependencies scripts. this is a regression, that this patch fixes. git isn't needed to install dependencies. Signed-off-by: Leah Rowe --- include/err.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/err.sh b/include/err.sh index b0ff827b..416c69af 100755 --- a/include/err.sh +++ b/include/err.sh @@ -72,5 +72,4 @@ err() exit 1 } -check_git check_project -- cgit v1.2.1