From 1877526b2ae8ee523b9980d945d3655d9e9eccc1 Mon Sep 17 00:00:00 2001 From: Arsalan Khan Date: Wed, 18 Dec 2024 11:23:05 +0100 Subject: [PATCH] change shahbang to read from path variable --- src/acceptance/assets/app/go_app/deploy.sh | 2 +- src/acceptance/bin/test_default | 2 +- src/acceptance/cleanup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/acceptance/assets/app/go_app/deploy.sh b/src/acceptance/assets/app/go_app/deploy.sh index 75607ad8c4..02580b81b8 100755 --- a/src/acceptance/assets/app/go_app/deploy.sh +++ b/src/acceptance/assets/app/go_app/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail # read content of config right at the beginning to avoid errors when switching directories diff --git a/src/acceptance/bin/test_default b/src/acceptance/bin/test_default index dff0be0b59..93a9cd9f10 100755 --- a/src/acceptance/bin/test_default +++ b/src/acceptance/bin/test_default @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Tests that are skipped by default and why: # mtls - this requires changes to gorouter/haproxy to allow mtls operations diff --git a/src/acceptance/cleanup.sh b/src/acceptance/cleanup.sh index c744e6f928..fe2390c1fe 100755 --- a/src/acceptance/cleanup.sh +++ b/src/acceptance/cleanup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail