clfs-bootstrap

clfs-bootstrap.git
git clone git://git.lenczewski.org/clfs-bootstrap.git
Log | Files | Refs | README | LICENSE

commit 75d2c9a2107df3a5e295034d3b4d931d88fae65a
parent 5c023d3c2858cd64d7035136824f81026198dd8d
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Thu,  5 Nov 2020 21:39:35 +0000

Removed fake posix shell compliance

Diffstat:
Mbuild-clfs | 3+--
Mscripts/build-base-packages.sh | 3+--
Mscripts/build-core-packages.sh | 3+--
Mscripts/build-cross-toolchain.sh | 3+--
Mscripts/build-extra-packages.sh | 3+--
Mscripts/skeleton.sh | 3+--
6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/build-clfs b/build-clfs @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash CONFIRM () { diff --git a/scripts/build-base-packages.sh b/scripts/build-base-packages.sh @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash ################################################################################ ### Defined Variables: diff --git a/scripts/build-core-packages.sh b/scripts/build-core-packages.sh @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash ################################################################################ ### Defined Variables: diff --git a/scripts/build-cross-toolchain.sh b/scripts/build-cross-toolchain.sh @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash ################################################################################ ### Defined Variables: diff --git a/scripts/build-extra-packages.sh b/scripts/build-extra-packages.sh @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash ################################################################################ ### Defined Variables: diff --git a/scripts/skeleton.sh b/scripts/skeleton.sh @@ -1,5 +1,4 @@ -#!/bin/sh -## NOTE: not strictly posix-shell compatible, as 'local' is used in some funcs +#!/bin/bash ################################################################################ ### Defined Variables: