Fix shellcheck report

This commit is contained in:
Arun Prakash Jana 2021-03-14 12:59:24 +05:30
parent ac72d2c66e
commit bd95763c7a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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