mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
Pmodules/libpbuild.bash: bugfix in 'check_supported_systems()'
This commit is contained in:
@@ -480,6 +480,7 @@ pbuild::make_all() {
|
||||
|
||||
#......................................................................
|
||||
check_supported_systems() {
|
||||
[[ -z "${SUPPORTED_SYSTEMS}" ]] && return 0
|
||||
for sys in "${SUPPORTED_SYSTEMS[@]}"; do
|
||||
[[ ${sys} == ${SYSTEM} ]] && return 0
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user