diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-29 11:37:16 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-29 11:37:16 +0200 |
commit | 6aef0ce94e9bfe5d3bd06f0a3349f9e8930218f5 (patch) | |
tree | fa441de3621595ec98be0cab82865203cf07006f /scripts/maint | |
parent | eab81b12e92ea3ae53d14337a6fafc9d6c32b39a (diff) | |
download | tor-6aef0ce94e9bfe5d3bd06f0a3349f9e8930218f5.tar.gz tor-6aef0ce94e9bfe5d3bd06f0a3349f9e8930218f5.zip |
Fix shellcheck issue SC2217 in run_calltool.sh
Diffstat (limited to 'scripts/maint')
-rwxr-xr-x | scripts/maint/run_calltool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/run_calltool.sh b/scripts/maint/run_calltool.sh index f36810f5b6..b0268322f4 100755 --- a/scripts/maint/run_calltool.sh +++ b/scripts/maint/run_calltool.sh @@ -18,7 +18,7 @@ for calculation in $SUBITEMS; do 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. |