Skip to content

Commit

Permalink
Tweak beta eselect to display "missing" in red
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Harris committed Jun 20, 2012
1 parent 0c3dc70 commit e0cdfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-admin/eselect/files/1.3.1.1_beta4/profile.eselect
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ show_profiles() {
unset profiles["${profile_count}"]}
profile_count=$(( ${profile_count} + 1 ))
else
echo -e "$(space $(( spaceme - ${#REQUIRED_SINGLE_PROFILE_TYPES[${x}]} )))${REQUIRED_SINGLE_PROFILE_TYPES[${x}]}: (missing)"
echo -e "$(space $(( spaceme - ${#REQUIRED_SINGLE_PROFILE_TYPES[${x}]} )))${REQUIRED_SINGLE_PROFILE_TYPES[${x}]}: ${COLOUR_WARN}(missing)${COLOUR_NORMAL}"
fi
done

Expand Down

0 comments on commit e0cdfd0

Please sign in to comment.