From 4492bedf0799d00e5aa5a08abc2bdbd82dd30260 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 24 May 2024 20:13:31 +0200 Subject: [PATCH] build-system: sourcing libpbuild.bash removed --- build | 1 - 1 file changed, 1 deletion(-) diff --git a/build b/build index 4b52752..04ccee1 100755 --- a/build +++ b/build @@ -26,7 +26,6 @@ declare -r BOOTSTRAP_DIR="$(cd "$(dirname "$0")" && pwd -P)" declare -r SRC_DIR="${BOOTSTRAP_DIR}/Pmodules" source "${SRC_DIR}/libstd.bash" || { echo "Oops!" 1>&2; exit 42; } -source "${SRC_DIR}/libpbuild.bash" || { echo "Oops!" 1>&2; exit 42; } declare -r PMOD_DIR="Tools/Pmodules/${VERSION}" # config directory and file relative to install root