mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'tor-github/pr/449'
This commit is contained in:
commit
f27279f857
2 changed files with 5 additions and 2 deletions
3
changes/ticket28011
Normal file
3
changes/ticket28011
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Code simplification and refactoring:
|
||||
- Fix shellcheck warnings in run_calltool.sh. Resolves
|
||||
ticket 28011.
|
|
@ -15,10 +15,10 @@ 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
|
||||
cat <<EOF > callgraph/README
|
||||
This directory holds output from calltool, as run on Tor. For more
|
||||
information about each of these files, see the NOTES and README files in
|
||||
the calltool distribution.
|
||||
|
|
Loading…
Add table
Reference in a new issue