From af8f04adfc7d98a407fc777a80d96ff31073559d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Jun 2014 15:00:31 +0200 Subject: [PATCH] Export functions (SCL runs subshell) --- python3.spec | 2 ++ 1 file changed, 2 insertions(+) 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}