Commit e453731f authored by Péter HÉJA's avatar Péter HÉJA Committed by Marc Cornellà
Browse files

osx: fix exit on unknown command in spotify function (#8375)

parent 24d83d1e
...@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do ...@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
break ;; break ;;
* ) * )
showHelp; showHelp;
exit 1; break;
esac esac
done done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment