From c7f07c08b7e5af5ffa27ad37648a2b9002812987 Mon Sep 17 00:00:00 2001 From: XGQT Date: Sun, 8 Mar 2020 13:34:04 +0100 Subject: [PATCH] eprefix-activate: remove unnecessary space; add new line to profile check --- eprefix-activate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eprefix-activate b/eprefix-activate index 7b4f577..d42aa87 100644 --- a/eprefix-activate +++ b/eprefix-activate @@ -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