This commit is contained in:
2026-04-02 23:25:47 +02:00
parent ab1c4939e0
commit 0a50b01a96
2 changed files with 2 additions and 0 deletions

View File

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

View File

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