This commit is contained in:
2026-04-02 23:12:16 +02:00
parent f77211bd2e
commit 21d38c0fb4

View File

@@ -1,5 +1,6 @@
#!/bin/sh
set -eu
#set -eu # lh_build or even included packages might have error or unset variables..
SELF_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
. "$SELF_DIR/common.sh"