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:
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: