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