Преглед на файлове

Fix shellcheck issue SC2217 in run_calltool.sh

rl1987 преди 7 години
родител
ревизия
6aef0ce94e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/maint/run_calltool.sh

+ 1 - 1
scripts/maint/run_calltool.sh

@@ -18,7 +18,7 @@ for calculation in $SUBITEMS; do
   python -m calltool "$calculation" > callgraph/"$calculation"
   python -m calltool "$calculation" > callgraph/"$calculation"
 done
 done
 
 
-echo <<EOF > callgraph/README
+cat <<EOF > callgraph/README
 This directory holds output from calltool, as run on Tor.  For more
 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
 information about each of these files, see the NOTES and README files in
 the calltool distribution.
 the calltool distribution.