mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
In the building when there is not any extensions with given pattern exist, 'enable_extensions_with_hostdeps_builtin_and_user()' will throw errors such as: 'Error 123 occurred in SUBSHELL SUBSHELL at /<some-path>/lib/functions/general/extensions.sh:582'. The changes will eliminate the error message and add prints to show the current searched folder and extensions count found in the folder. Signed-off-by: diverger <diverger@live.cn>