From 07f7b5830cda23905e6724a4ef79ad06f7976e81 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 28 Aug 2024 20:52:19 +0200 Subject: [PATCH] print/fix --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 8d9ca7d..374441f 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -355,7 +355,7 @@ spcd_step__environment_defaults_print() { spcd_step_edp__name="SPCD_${spcd_step_edp__item}" eval "spcd_step_edp__value=\${${spcd_step_edp__name}}" if [ -n "${spcd_step_edp__value}" ]; then - spcd_os_printenv + spcd_os_printenv "${spcd_step_edp__name}" fi done }