Merge branch '77-modbuild-typo-in-definition-of-pbuild-supported_compilers' into 'master'

Resolve "modbuild: typo in definition of pbuild::supported_compilers"

Closes #77

See merge request Pmodules/src!41
This commit is contained in:
2019-09-19 13:00:07 +02:00
+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+=( "$@" )
}
#......................................................................