exchange

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

commit fed7d0e782ea4d36b2d2e337d93bfd2723c6ed64
parent 5d09c93beca4560b88acbda444ceb320bf06c61b
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 16:26:52 +0200

check-prebuilt not necessary anymore

Diffstat:
Mbootstrap | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -17,8 +17,6 @@ echo "$0: Updating submodules" # but instead always the one that's recorded in the repository. echo | git submodule update --init --force || true -./contrib/check-prebuilt - # This is more portable than `which' but comes with # the caveat of not(?) properly working on busybox's ash: existence()