aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tool.sh')
-rwxr-xr-xtools/tool.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/tool.sh b/tools/tool.sh
index 23d781d..aea203f 100755
--- a/tools/tool.sh
+++ b/tools/tool.sh
@@ -29,15 +29,12 @@ date +'%Y-%m-%d %H:%M'
29echo "" 29echo ""
30echo "======== config.mk ========" 30echo "======== config.mk ========"
31cat config.mk 31cat config.mk
32echo "==========================="
33echo "" 32echo ""
34echo "=== tool configuration ====" 33echo "=== tool configuration ===="
35echo "TOOL=$toolname" 34echo "TOOL=$toolname"
36echo "TOOLARGS=$TOOLARGS" 35echo "TOOLARGS=$TOOLARGS"
37echo "CC=$CC" 36echo "CC=$CC"
38echo "==========================="
39echo "" 37echo ""
40echo "======= tool output =======" 38echo "======= tool output ======="
41$BIN $TOOLARGS 39$BIN $TOOLARGS
42echo "==========================="
43) | tee "$file" "$LAST" 40) | tee "$file" "$LAST"

Generated with cgit - Back to sebastiano.tronto.net