fixed shellcheck version

This commit is contained in:
Georg Lauterbach 2020-09-08 19:49:19 +02:00
parent f7ca406ec9
commit 323303431a
No known key found for this signature in database
GPG key ID: 386D76E7AD496709
5 changed files with 11 additions and 8 deletions

View file

@ -145,7 +145,7 @@ function _notify()
* ) options="-e" ;;
esac
[[ -n "${msg}" ]] && echo ${options} "${msg}"
[[ -n "${msg}" ]] && echo "${options}" "${msg}"
}
export -f _notify