commit 8b4256decd4ce7fa06d5133d96d370e290736c28 parent 13dfdb8c6abb5cd5c3e04579728456b33407162d Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 10 Apr 2026 19:20:40 +0200 testing: fix bash shebang Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # # This file is part of TALER # Copyright (C) 2023, 2024 Taler Systems SA