tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f117da3ea006fbdda3f5e921d5f8da2ae3d3bdfd
parent 12df7a478c3b7f6af1f37257773ee885afebaccc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  7 Sep 2017 11:03:22 -0400

Whoops -- I messed a calltool target

Diffstat:
Mscripts/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 @@ -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"