From: Arun Prakash Jana Date: Sun, 14 Mar 2021 07:29:24 +0000 (+0530) Subject: Fix shellcheck report X-Git-Tag: v3.6~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bd95763c7aeb227e9fd452f70753389b3db2785c;p=nnn.git Fix shellcheck report --- diff --git a/plugins/fzcd b/plugins/fzcd index a590d966..0c674ead 100755 --- a/plugins/fzcd +++ b/plugins/fzcd @@ -14,7 +14,7 @@ else fi if [ -n "$sel" ]; then - if [ "$sel" = "." ] || (! [ -d "$sel" ] && ! [ -f "$sel" ]); then + if [ "$sel" = "." ] || { ! [ -d "$sel" ] && ! [ -f "$sel" ]; }; then exit 0 fi