fix QA issues
This commit is contained in:
parent
4f8d1a112c
commit
7e75da2fa7
@ -105,6 +105,7 @@ 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
|
||||||
[ -r "$sh" ] && . "$sh"
|
[ -r "$sh" ] && . "$sh"
|
||||||
done
|
done
|
||||||
unset sh
|
unset sh
|
||||||
|
Loading…
Reference in New Issue
Block a user