From 9435d0e7d2128220d0aa76fb8b238238b78b5f4c Mon Sep 17 00:00:00 2001 From: kabicin Date: Tue, 31 Oct 2023 11:33:12 -0400 Subject: [PATCH] Output stderr in features.sh --- ga/23.0.0.11/kernel/helpers/build/features.sh | 2 +- ga/23.0.0.6/kernel/helpers/build/features.sh | 2 +- ga/23.0.0.9/kernel/helpers/build/features.sh | 2 +- ga/latest/kernel/helpers/build/features.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ga/23.0.0.11/kernel/helpers/build/features.sh b/ga/23.0.0.11/kernel/helpers/build/features.sh index 4e6654898..f6ac61528 100755 --- a/ga/23.0.0.11/kernel/helpers/build/features.sh +++ b/ga/23.0.0.11/kernel/helpers/build/features.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.6/kernel/helpers/build/features.sh b/ga/23.0.0.6/kernel/helpers/build/features.sh index 4e6654898..f6ac61528 100755 --- a/ga/23.0.0.6/kernel/helpers/build/features.sh +++ b/ga/23.0.0.6/kernel/helpers/build/features.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.9/kernel/helpers/build/features.sh b/ga/23.0.0.9/kernel/helpers/build/features.sh index 4e6654898..f6ac61528 100755 --- a/ga/23.0.0.9/kernel/helpers/build/features.sh +++ b/ga/23.0.0.9/kernel/helpers/build/features.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/features.sh b/ga/latest/kernel/helpers/build/features.sh index 4e6654898..f6ac61528 100755 --- a/ga/latest/kernel/helpers/build/features.sh +++ b/ga/latest/kernel/helpers/build/features.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