Skip to content
Snippets Groups Projects
Commit 5bf491a7 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

Typo, minor

parent 0061751e
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ while [ 1 ]; do
$(createList ${folder})`
if [ -z "${rs_file}" ]; then
zenity --error --text="No Run Setup file selectet, aborting"
zenity --error --text="No Run Setup file selected, aborting"
exit -1
fi
......@@ -114,7 +114,7 @@ while [ 1 ]; do
--column="Minutes" \
FALSE Cancel FALSE 5 TRUE 10 FALSE 20`
if [ "$run_duration" == "Cancel" ]; then
if [ "${run_duration}" == "Cancel" ]; then
break
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