commit cfc845a28f943908cd87abf47b44388fb551b844 parent b82248dafbde1536bdfe4fdeb37d46fa4954403e Author: Sebastian <sebasjm@taler-systems.com> Date: Fri, 10 Apr 2026 08:44:36 -0300 fix job header Diffstat:
| M | contrib/ci/jobs/0-codespell/job.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -exuo pipefail job_dir=$(dirname "${BASH_SOURCE[0]}")