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
|
export FEATURES
|
||||||
|
|
||||||
# Check if we are on a prefix profile
|
# Check if we are on a prefix profile
|
||||||
|
echo ""
|
||||||
if command_exists eselect
|
if command_exists eselect
|
||||||
then
|
then
|
||||||
eprofile="$(eselect profile show)"
|
eprofile="$(eselect profile show)"
|
||||||
|
|
||||||
if [[ "${eprofile}" == *prefix* ]]
|
if [[ "${eprofile}" == *prefix* ]]
|
||||||
then
|
then
|
||||||
echo "${eprefix_good} ${eprofile}"
|
echo "${eprefix_good} ${eprofile}"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user