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"