Update build.sh

This commit is contained in:
Nikita Mikhaylov 2023-09-28 11:47:23 +02:00 committed by GitHub
parent 5753c3e72f
commit 1f78755da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ then
# Execute all commands
for file in /build/packages/pre-build/*.sh ;
do
# The script may want to modify environment variables. Why not to allow it to do so?
# The script may want to modify environment variables. Why not to allow it to do so?
# shellcheck disable=SC1090
source "$file"
done
else