modbuild: typo in definition of pbuild::supported_compilers fixed

This commit is contained in:
2019-09-19 13:00:06 +02:00
parent 88a479f94d
commit e9e1268137
+1 -1
View File
@@ -186,7 +186,7 @@ pbuild::supported_os() {
# $@: supported compiler (like GCC, Intel, PGI).
# Default is all.
#
pbuild::supported_compiler() {
pbuild::supported_compilers() {
SUPPORTED_COMPILERS+=( "$@" )
}
#......................................................................