eprefix-activate: remove unnecessary space; add new line to profile check
This commit is contained in:
parent
988186b19d
commit
c7f07c08b7
@ -143,11 +143,12 @@ FEATURES="${FEATURES} -usersandbox -sandbox"
|
||||
export FEATURES
|
||||
|
||||
# Check if we are on a prefix profile
|
||||
echo ""
|
||||
if command_exists eselect
|
||||
then
|
||||
eprofile="$(eselect profile show)"
|
||||
|
||||
if [[ "${eprofile}" == *prefix* ]]
|
||||
if [[ "${eprofile}" == *prefix* ]]
|
||||
then
|
||||
echo "${eprefix_good} ${eprofile}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user