summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-09 20:53:49 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-09 20:53:49 +0100
commit7e3a031a1d48f1285f84e3c7d0fc69a02f55f3d2 (patch)
tree4dec9dcb62ccc4cb6dd3107d1e873f383b59795a /include
parentb61e3feb6b3043bec95469fce3b716c70383567a (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/err.sh1
1 files changed, 0 insertions, 1 deletions
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