This commit is contained in:
2026-04-02 23:14:05 +02:00
parent 21d38c0fb4
commit 70f17bdbe4

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"