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
|
# Process .sh files
|
||||||
for sh in "${EPREFIX}"/etc/profile.d/*.sh
|
for sh in "${EPREFIX}"/etc/profile.d/*.sh
|
||||||
do
|
do
|
||||||
# shellcheck source="${EPREFIX}"/etc/profile.d/*.sh
|
# shellcheck disable=SC1090 disable=SC1091
|
||||||
[ -r "$sh" ] && . "$sh"
|
[ -r "${sh}" ] && source "${sh}"
|
||||||
done
|
done
|
||||||
unset sh
|
unset sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user