pentoo-updater: fix a shell check warning for fun

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-10-20 21:57:35 -04:00
parent fd5d65a076
commit e693fba9c0
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -130,7 +130,7 @@ check_profile () {
binary=""
fi
if [ "${failure}" = "0" ]; then
if ! eselect profile set pentoo:pentoo/${hardening}/linux/${PROFILE_ARCH}${binary}; then
if ! eselect profile set "pentoo:pentoo/${hardening}/linux/${PROFILE_ARCH}${binary}"; then
failure="1"
fi
fi