Skip to content
Snippets Groups Projects
Commit 4f93d446 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

fix show solutions

parent aeb2be80
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ function possible_solutions {
if [ -a input_install ]; then
eval ${commands[$possible_solutions_ret]} < input_install
else
if [ x"${commands[$possible_solutions_ret]}" != "continue" -o x"${commands[$possible_solutions_ret]}" != "Accept" ]; then
if [ x"${commands[$possible_solutions_ret]}" != x"continue" -o x"${commands[$possible_solutions_ret]}" != x"Accept" ]; then
eval ${commands[$possible_solutions_ret]}
if
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