tor

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

commit eab81b12e92ea3ae53d14337a6fafc9d6c32b39a
parent 52a82bc53c82c82f754c1267aaa68b48737ba07c
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Mon, 29 Oct 2018 11:31:03 +0200

Fix shellcheck warning SC2086 in run_calltool.sh

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 @@ -15,7 +15,7 @@ SUBITEMS="fn_graph fn_invgraph fn_scc fn_scc_weaklinks module_graph module_invgr for calculation in $SUBITEMS; do echo "======== $calculation" - python -m calltool $calculation > callgraph/$calculation + python -m calltool "$calculation" > callgraph/"$calculation" done echo <<EOF > callgraph/README