From 4fd4316e51458c435c69e2242ccae093d28caeba Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Sun, 2 May 2021 00:05:24 -0500 Subject: [PATCH] fix travis --- subs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subs b/subs index a199f79..5e6b699 100755 --- a/subs +++ b/subs @@ -134,6 +134,7 @@ get_vids() { # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* # Updates the local cache of subscriptions. ([-u] flag) +# shellcheck disable=2086 # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* update_subs() { [ -f "$SUBS_LINKS" ] || die 'Subs links have not been generated.' @@ -208,6 +209,7 @@ get_sel() { else # shellcheck disable=2086 printf 'playing: %s\n' "$url" + # shellcheck disable=2086 exec mpv $MPV_OPTS "$url" fi fi