finish explorer builder
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
569d85e8f5
commit
c0c01187be
1 changed files with 2 additions and 7 deletions
|
@ -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…
Reference in a new issue