mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
modbuild: typo in definition of pbuild::supported_compilers fixed
This commit is contained in:
@@ -186,7 +186,7 @@ pbuild::supported_os() {
|
||||
# $@: supported compiler (like GCC, Intel, PGI).
|
||||
# Default is all.
|
||||
#
|
||||
pbuild::supported_compiler() {
|
||||
pbuild::supported_compilers() {
|
||||
SUPPORTED_COMPILERS+=( "$@" )
|
||||
}
|
||||
#......................................................................
|
||||
|
||||
Reference in New Issue
Block a user