From 1602d1008f3658376050e4624de5c7715c22e1d2 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Wed, 14 Feb 2024 09:00:28 +0100 Subject: [PATCH] Remove package check bypassing from _common.sh --- scripts/_common.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e97e4ad..90d23da 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,23 +4,10 @@ # COMMON VARIABLES #================================================= -#================================================= -# PACKAGE CHECK BYPASSING... -#================================================= - -IS_PACKAGE_CHECK() { - if [ "${PACKAGE_CHECK_EXEC:-0}" -eq 1 ]; then - return 0 - else - return 1 - fi -} - #================================================= # FUTUR OFFICIAL HELPERS #================================================= - #================================================= # EXPERIMENTAL HELPERS #=================================================