exchange

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

commit 35068457dd35fd4714ec9d63f67c365eb3bcc515
parent 8b4256decd4ce7fa06d5133d96d370e290736c28
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Apr 2026 19:21:11 +0200

testing: fix bash shebang for setup.sh

Diffstat:
Msrc/testing/setup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/setup.sh b/src/testing/setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # This file is in the public domain # Script to be inlined into the main test scripts. Defines function 'setup()'