This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 501d86e151 Dev CiaB: Use Almquist shell for TP/TPv2 since the base
image is Alpine (#7188)
501d86e151 is described below
commit 501d86e151250534831bb082742a0e6e17b1b4c9
Author: Zach Hoffman <[email protected]>
AuthorDate: Mon Nov 14 17:49:47 2022 +0000
Dev CiaB: Use Almquist shell for TP/TPv2 since the base image is Alpine
(#7188)
---
dev/tpv2/run.sh | 4 ++--
dev/traffic_portal/run.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/tpv2/run.sh b/dev/tpv2/run.sh
index 26f01eaf50..7827151e7e 100755
--- a/dev/tpv2/run.sh
+++ b/dev/tpv2/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
# limitations under the License.
#
-set -o errexit
+set -o errexit -o nounset
cd "$TC/experimental/traffic-portal"
diff --git a/dev/traffic_portal/run.sh b/dev/traffic_portal/run.sh
index 3874c71d76..8608e3eeca 100755
--- a/dev/traffic_portal/run.sh
+++ b/dev/traffic_portal/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.