exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit abbe3546c49e9ccd31e8e6a81daf12ca56756cba
parent 56310ced5b6d1195f7f8c2acd174710e7cc13947
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Fri, 10 Apr 2026 08:52:35 -0300

fix job header

Diffstat:
Mcontrib/ci/jobs/000-codespell/job.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/000-codespell/job.sh b/contrib/ci/jobs/000-codespell/job.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -exuo pipefail job_dir=$(dirname "${BASH_SOURCE[0]}")