Silence shellcheck

See https://github.com/koalaman/shellcheck/wiki/SC1090
Esse commit está contido em:
Pawel Marczewski 2020-01-08 10:16:00 +01:00
commit 2df17a4790
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: DE42EE9B14F96465

Ver arquivo

@ -11,6 +11,7 @@
# (e.g. because we are running under sudo).
for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then
# shellcheck disable=SC1090
. "$i" >/dev/null
fi
done