Skip to content

Commit e936759

Browse files
committed
mpvc: Update mpvc (fix)
1 parent a968d12 commit e936759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpvc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ mpvc_cmdr_() {
265265
mpvc_cmdr() { equiet mpvc_sockcmd_ "$(q='"' mpvc_cmdr_ "$@")"; }
266266
mpvc_ecmdr() {
267267
ret=$(mpvc_cmdr "$@")
268-
case "$ret" in *"success"*) ;; *) echo "$ret"; return 1 ;; esac
268+
case "$ret" in *"success"*|'') ;; *) echo "$ret"; return 1 ;; esac
269269
}
270270

271271
mpvc_cmd() { mpvc_cmdr "$@" | mpvc_getjson 'data'; }

0 commit comments

Comments
 (0)