V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-07 15:04:25 +02:00
parent 5f38cd8392
commit bf0f3da85f

View File

@@ -47,6 +47,9 @@ dropbear_build() {
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set +x [[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set +x
( (
### Sterile environment for the build-process.
export -n SHELLOPTS
set +u
unset PATH_SEPARATOR unset PATH_SEPARATOR
PATH_SEPARATOR=':' PATH_SEPARATOR=':'
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"