[python3/nightly] Export functions (SCL runs subshell)

Miro Hrončok churchyard at fedoraproject.org
Wed Jun 25 13:00:49 UTC 2014


commit af8f04adfc7d98a407fc777a80d96ff31073559d
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Wed Jun 25 15:00:31 2014 +0200

    Export functions (SCL runs subshell)

 python3.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 71d235b..7d085fc 100644
--- a/python3.spec
+++ b/python3.spec
@@ -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}
 


More information about the scm-commits mailing list