[tor-commits] [tor/master] Whoops -- I messed a calltool target

nickm at torproject.org nickm at torproject.org
Thu Sep 7 15:03:26 UTC 2017


commit f117da3ea006fbdda3f5e921d5f8da2ae3d3bdfd
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Sep 7 11:03:22 2017 -0400

    Whoops -- I messed a calltool target
---
 scripts/maint/run_calltool.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/run_calltool.sh b/scripts/maint/run_calltool.sh
index f7fa0c305..efb8706fe 100755
--- a/scripts/maint/run_calltool.sh
+++ b/scripts/maint/run_calltool.sh
@@ -11,7 +11,7 @@ fi
 
 mkdir -p callgraph
 
-SUBITEMS="fn_invgraph fn_scc fn_scc_weaklinks module_graph module_invgraph module_scc module_scc_weaklinks"
+SUBITEMS="fn_graph fn_invgraph fn_scc fn_scc_weaklinks module_graph module_invgraph module_scc module_scc_weaklinks"
 
 for calculation in $SUBITEMS; do
   echo "======== $calculation"



More information about the tor-commits mailing list