eprefix-activate: disable stupid shellcheck QA
how should i specify a path to file that does not exist on a QA docker image???
This commit is contained in:
parent
f6e8f18a9a
commit
d52729186c
@ -105,8 +105,8 @@ eprefix_addman "${EPREFIX}/usr/share/man"
|
||||
# Process .sh files
|
||||
for sh in "${EPREFIX}"/etc/profile.d/*.sh
|
||||
do
|
||||
# shellcheck source="${EPREFIX}"/etc/profile.d/*.sh
|
||||
[ -r "$sh" ] && . "$sh"
|
||||
# shellcheck disable=SC1090 disable=SC1091
|
||||
[ -r "${sh}" ] && source "${sh}"
|
||||
done
|
||||
unset sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user