From: Arun Prakash Jana Date: Sun, 8 Dec 2019 20:27:31 +0000 (+0530) Subject: Fix build break X-Git-Tag: v2.9~203 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=819bddaac97a56e3b4b35c7b804bf37460866ef4;p=nnn.git Fix build break --- diff --git a/plugins/fzcd b/plugins/fzcd index 6ee67d60..d10b119f 100755 --- a/plugins/fzcd +++ b/plugins/fzcd @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Description: Run fzf and go to the directory of the file selected +# Description: Run fzf/fzy/fd/fdfind/find and go to the directory of the file selected # # Shell: POSIX compliant # Author: Anna Arad diff --git a/plugins/launch b/plugins/launch index f1b8a73b..66b414e8 100755 --- a/plugins/launch +++ b/plugins/launch @@ -19,6 +19,9 @@ # Shell: POSIX compliant # Author: Arun Prakash Jana +# shellcheck disable=SC2012 +# shellcheck disable=SC2086 + IFS=':' get_selection() {