Export functions (SCL runs subshell)

This commit is contained in:
Miro Hrončok 2014-06-25 15:00:31 +02:00
parent bc5ead97c2
commit af8f04adfc
1 changed files with 2 additions and 0 deletions

View File

@ -1083,6 +1083,7 @@ BuildPython() {
popd
echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: $ConfDir
}
export -f BuildPython
# Use "BuildPython" to support building with different configurations:
@ -1450,6 +1451,7 @@ CheckPython() {
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
}
export -f CheckPython
%if 0%{run_selftest_suite}