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"