mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix shellcheck warning SC2086 in run_calltool.sh
This commit is contained in:
parent
52a82bc53c
commit
eab81b12e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user