From a52031ad529f95b93f5bfc40bfa47b5197bacb89 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 8 Jan 2025 17:11:43 +0100 Subject: [PATCH] removed exit from anti-root check in makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 706c90b..4423f88 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,6 @@ check_root: ifneq ($(BYPASS_CHECK),true) @if [ "$(shell id -u)" = 0 ]; then\ echo "Do not run install rules as root.";\ - exit 1;\ fi endif