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
break ;;
* )
showHelp;
exit 1;
break;
esac
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