Silence shellcheck
See https://github.com/koalaman/shellcheck/wiki/SC1090
This commit is contained in:
parent
552b6de862
commit
2df17a4790
@ -11,6 +11,7 @@
|
|||||||
# (e.g. because we are running under sudo).
|
# (e.g. because we are running under sudo).
|
||||||
for i in /etc/profile.d/*.sh ; do
|
for i in /etc/profile.d/*.sh ; do
|
||||||
if [ -r "$i" ]; then
|
if [ -r "$i" ]; then
|
||||||
|
# shellcheck disable=SC1090
|
||||||
. "$i" >/dev/null
|
. "$i" >/dev/null
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user