From a7aaf6858a379470c6942b651d4debac8bbd5151 Mon Sep 17 00:00:00 2001 From: Kirby Chin Date: Tue, 9 Apr 2024 11:47:57 -0400 Subject: [PATCH] Output errors to stderr by default when VERBOSE=true --- ga/23.0.0.12/kernel/helpers/build/configure.sh | 2 +- ga/23.0.0.12/kernel/helpers/build/infinispan-client-setup.sh | 2 +- ga/23.0.0.12/kernel/helpers/build/populate_scc.sh | 2 +- ga/24.0.0.3/kernel/helpers/build/configure.sh | 2 +- ga/24.0.0.3/kernel/helpers/build/infinispan-client-setup.sh | 2 +- ga/24.0.0.3/kernel/helpers/build/populate_scc.sh | 2 +- ga/latest/kernel/helpers/build/configure.sh | 2 +- ga/latest/kernel/helpers/build/infinispan-client-setup.sh | 2 +- ga/latest/kernel/helpers/build/populate_scc.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ga/23.0.0.12/kernel/helpers/build/configure.sh b/ga/23.0.0.12/kernel/helpers/build/configure.sh index 7a9f03b16..5efde7e96 100755 --- a/ga/23.0.0.12/kernel/helpers/build/configure.sh +++ b/ga/23.0.0.12/kernel/helpers/build/configure.sh @@ -21,7 +21,7 @@ else fi if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/23.0.0.12/kernel/helpers/build/infinispan-client-setup.sh b/ga/23.0.0.12/kernel/helpers/build/infinispan-client-setup.sh index cf54d05df..37dcda2b5 100755 --- a/ga/23.0.0.12/kernel/helpers/build/infinispan-client-setup.sh +++ b/ga/23.0.0.12/kernel/helpers/build/infinispan-client-setup.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/23.0.0.12/kernel/helpers/build/populate_scc.sh b/ga/23.0.0.12/kernel/helpers/build/populate_scc.sh index ea255eef9..1234400c6 100755 --- a/ga/23.0.0.12/kernel/helpers/build/populate_scc.sh +++ b/ga/23.0.0.12/kernel/helpers/build/populate_scc.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/24.0.0.3/kernel/helpers/build/configure.sh b/ga/24.0.0.3/kernel/helpers/build/configure.sh index 7a9f03b16..5efde7e96 100755 --- a/ga/24.0.0.3/kernel/helpers/build/configure.sh +++ b/ga/24.0.0.3/kernel/helpers/build/configure.sh @@ -21,7 +21,7 @@ else fi if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/24.0.0.3/kernel/helpers/build/infinispan-client-setup.sh b/ga/24.0.0.3/kernel/helpers/build/infinispan-client-setup.sh index cf54d05df..37dcda2b5 100755 --- a/ga/24.0.0.3/kernel/helpers/build/infinispan-client-setup.sh +++ b/ga/24.0.0.3/kernel/helpers/build/infinispan-client-setup.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/24.0.0.3/kernel/helpers/build/populate_scc.sh b/ga/24.0.0.3/kernel/helpers/build/populate_scc.sh index 19e4974c8..143f5c2b7 100755 --- a/ga/24.0.0.3/kernel/helpers/build/populate_scc.sh +++ b/ga/24.0.0.3/kernel/helpers/build/populate_scc.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/latest/kernel/helpers/build/configure.sh b/ga/latest/kernel/helpers/build/configure.sh index 7a9f03b16..5efde7e96 100755 --- a/ga/latest/kernel/helpers/build/configure.sh +++ b/ga/latest/kernel/helpers/build/configure.sh @@ -21,7 +21,7 @@ else fi if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/latest/kernel/helpers/build/infinispan-client-setup.sh b/ga/latest/kernel/helpers/build/infinispan-client-setup.sh index cf54d05df..37dcda2b5 100755 --- a/ga/latest/kernel/helpers/build/infinispan-client-setup.sh +++ b/ga/latest/kernel/helpers/build/infinispan-client-setup.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail diff --git a/ga/latest/kernel/helpers/build/populate_scc.sh b/ga/latest/kernel/helpers/build/populate_scc.sh index 19e4974c8..143f5c2b7 100755 --- a/ga/latest/kernel/helpers/build/populate_scc.sh +++ b/ga/latest/kernel/helpers/build/populate_scc.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. if [ "$VERBOSE" != "true" ]; then - exec &>/dev/null + exec >/dev/null fi set -Eeox pipefail