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