From 70f17bdbe4b52990a544d65347d85669c94599ed Mon Sep 17 00:00:00 2001 From: chacha Date: Thu, 2 Apr 2026 23:14:05 +0200 Subject: [PATCH] fix --- builder/bash/run_profile_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/bash/run_profile_config.sh b/builder/bash/run_profile_config.sh index 986782b..7c46901 100755 --- a/builder/bash/run_profile_config.sh +++ b/builder/bash/run_profile_config.sh @@ -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"