From c0c01187be3a61701ba05c9de883acffd703fc04 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 29 Sep 2010 18:53:25 +0200 Subject: [PATCH] finish explorer builder Signed-off-by: Nico Schottelius --- bin/cdist-build-explorer | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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}"