summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_world_prepare.sh')
-rw-r--r--scripts/lib/ptxd_make_world_prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh
index 4914c5e49..ecc896205 100644
--- a/scripts/lib/ptxd_make_world_prepare.sh
+++ b/scripts/lib/ptxd_make_world_prepare.sh
@@ -140,7 +140,7 @@ ptxd_make_world_prepare() {
case "${pkg_conf_tool}" in
autoconf|cmake|qmake|kconfig|perl)
cd -- "${pkg_build_dir}" &&
- ptxd_make_world_prepare_"${pkg_conf_tool}" ;;
+ ptxd_make_world_prepare_"${pkg_conf_tool}" 2>&1 ;;
python|python3)
: ;; # nothing to do
"NO") echo "prepare stage disabled." ;;