From e453731fc93419cb71661dd1f277965e3d07ff0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20H=C3=89JA?= Date: Thu, 14 Nov 2019 18:32:21 +0100 Subject: [PATCH] osx: fix exit on unknown command in spotify function (#8375) --- plugins/osx/spotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/spotify b/plugins/osx/spotify index 39f8e0437..78d6c7d0f 100644 --- a/plugins/osx/spotify +++ b/plugins/osx/spotify @@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do break ;; * ) showHelp; - exit 1; + break; esac done