Skip to content
Snippets Groups Projects
Commit 9db03020 authored by phheim's avatar phheim
Browse files

small fixes

parent 08669dae
Branches main
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@
**/*.pdf
**/*.tar
docker-output
README.md
\ No newline at end of file
rpg-stela-docker.tar
......@@ -87,7 +87,7 @@ execute_file() {
shortname=$(basename "$filename" | sed 's/\.[^.]*$//')
### details about the benchmark ###
if grep -q "Real" <<< "$content"; then
if grep -q "Real" < "$filename"; then
domain="R"
else
domain="Z"
......
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