add pipefails propperly

This commit is contained in:
Maple 2026-04-26 14:39:05 +02:00
commit be6aabb4eb
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash
set -e pipefail
if [ -z ${EDITION+x} ]; then
EDITION=$1
fi