mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo-updater: fix a shell check warning for fun
This commit is contained in:
parent
fd5d65a076
commit
e693fba9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue