aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/isolated-functions.sh')
-rwxr-xr-xutils/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/isolated-functions.sh b/utils/isolated-functions.sh
index 9d189ed..150fe4b 100755
--- a/utils/isolated-functions.sh
+++ b/utils/isolated-functions.sh
@@ -19,7 +19,7 @@ EXPORT_FUNCTIONS() {
die "EXPORT_FUNCTIONS without a defined ECLASS"
return 1
fi
- __export_funcs_var="$__export_funcs_var $*"
+ eval $__export_funcs_var+=\" $*\"
}
use() {