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

pull/8391/head
Péter HÉJA 2019-11-14 18:32:21 +01:00 committed by Marc Cornellà
parent 24d83d1e8c
commit e453731fc9
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
break ;; break ;;
* ) * )
showHelp; showHelp;
exit 1; break;
esac esac
done done