verbose output

This commit is contained in:
tobtoht 2025-04-01 16:49:43 +02:00
parent c97dbbba98
commit 59e5850d2a

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export LC_ALL=C
set -e -o pipefail
set -ex -o pipefail
# Source the common prelude, which:
# 1. Checks if we're at the top directory of the Feather Wallet repository