finish explorer builder

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-29 18:53:25 +02:00
parent 569d85e8f5
commit c0c01187be
1 changed files with 2 additions and 7 deletions

View File

@ -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}"