fix shellcheck

This commit is contained in:
ander 2021-07-01 14:42:10 +03:00
parent 7b3f268df2
commit 60753ddfcc
No known key found for this signature in database
GPG Key ID: 0A2971E562D618F3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ fi
sum_cmd="$( "$__type_explorer/remote_cmd_sum" )" sum_cmd="$( "$__type_explorer/remote_cmd_sum" )"
# shellcheck disable=SC2059
sum_is="$( eval "$( printf "$sum_cmd" "'$dst'" )" )" sum_is="$( eval "$( printf "$sum_cmd" "'$dst'" )" )"
if [ -z "$sum_is" ] if [ -z "$sum_is" ]