Skip to content
Snippets Groups Projects
Commit 6031a122 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] improve code following shellcheck advice

parent 01ad7c70
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ fi ...@@ -255,7 +255,7 @@ fi
"$SED" -i "s|@FCFLAGS@|$(echo $@ | tr "'" "\\'")|g" "$script_for_creduce" "$SED" -i "s|@FCFLAGS@|$(echo $@ | tr "'" "\\'")|g" "$script_for_creduce"
chmod u+x "$script_for_creduce" chmod u+x "$script_for_creduce"
trap "{ echo \"Creduce interrupted!\"; echo \"\"; echo \"(partially) reduced file: $dir_for_reduction/$base\"; exit 0; }" SIGINT trap '{ echo "Creduce interrupted!"; echo ""; echo "(partially) reduced file: $dir_for_reduction/$base"; exit 0; }' SIGINT
echo "" echo ""
echo "File being reduced: $dir_for_reduction/$base (press Ctrl+C to stop at any time)" echo "File being reduced: $dir_for_reduction/$base (press Ctrl+C to stop at any time)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment