finish explorer builder

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0 0.5
Nico Schottelius 15 years ago
parent 569d85e8f5
commit c0c01187be
  1. 9
      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}"

Loading…
Cancel
Save