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

formatting

parent 3c6fe1c4
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@ function get_run_setup_file() {
local line
while IFS=';' read -ra line; do
LIST+=("FALSE" "${line[@]}")
if [ ${#line[@]} != 0 ]; then
LIST+=("FALSE" "${line[@]}")
fi
done < pc.cfg
echo $(zenity --title "Run Setup Selector" \
......
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