Skip to content
Snippets Groups Projects
Commit 667d1f74 authored by bdr7fv's avatar bdr7fv
Browse files

Line 111 do_p1transform.sh, status now in quotes, apparently there is a case when it can be empty.


Former-commit-id: 0c396ac480ee2fd3564b2329b8cd1542ec37b326
parent c844a6ba
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ do
#don't consider inputs that cause the program to exit in exit coes
#132-140 inclusive
if [ $status -ge 132 ] && [ $status -le 140 ]; then
if [ "$status" -ge 132 ] && [ "$status" -le 140 ]; then
continue
fi
......
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