diff --git a/bin/cdist-build-explorer b/bin/cdist-build-explorer index 11c93c6d..a1f5277e 100755 --- a/bin/cdist-build-explorer +++ b/bin/cdist-build-explorer @@ -27,13 +27,8 @@ while read funcfull; do sh="${funcfull##*/}" func="${sh%.sh}" var="__$func" - funclist="$func $funclist" - - # Correct working block for local execution - #eval $var=\"\$\($func\)\" - #eval echo $var=\\\"\$$var\\\" cat "${funcfull}" - echo "$func" - + echo "$var=\"\$($func)\"" + echo "echo $var=\\\"\$$var\\\"" done < "${CDIST_TMP}"