From fd8677f3e2f20c95d710f067248a12b377024fa0 Mon Sep 17 00:00:00 2001 From: Jeremy Anderson Date: Sat, 13 Jun 2026 17:31:52 -0400 Subject: [PATCH] BTC.sh 0.3.1 - minor changes to comments --- BTC.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTC.sh b/BTC.sh index ee4a596..05f4249 100644 --- a/BTC.sh +++ b/BTC.sh @@ -13,7 +13,7 @@ function f_agpl_header() { clear cat << 'EOF' =========================================================================== - BTC-0.3.1: SOVEREIGN FORGE PIPELINE (AGPLv3 PROTECTED) + BTC-0.3.1.sh - Build Tool Chain (AGPLv3 PROTECTED) =========================================================================== This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -205,7 +205,7 @@ function f_setup() { export PATH="${NEWROOT}/bin:${PATH}" } -# --- 7. MONOLITHIC STEP-BY-STEP FORGE PIPELINE --- +# --- 7. Building of Toolchain Starts here --- function f_binutils() { cd "${SOURCES_ACTIVE}" tar -xf "${SOURCE_CACHE}/${v_binutils}.tar.xz"