commit 966c72f0ebab372a35d163c2b7827ae3e76b7e31 parent 20920e81bf0ef7c408e41183f36ee8da2cfa0f0c Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 1 Apr 2024 02:03:39 +0200 add bash Diffstat:
| M | contrib/ci/Containerfile | | | 1 | + |
| M | src/templating/run-original-tests.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -7,6 +7,7 @@ RUN apt-get update -yqq && \ autoconf \ autopoint \ curl \ + bash \ git \ libcurl4-gnutls-dev \ libgcrypt-dev \ diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This file is in the public domain. set -eux