rucker/dotfiles

[bashrc] [mac] Assumes GNU utils installed if brew is installed

Closed this issue · 0 comments

98-bashrc-mac assumes GNU utils are installed if brew is present and updates $PATH and $MANPATH accordingly. However, the directories in question will not exist if brew is installed but GNU utils are not.

A check should be added that the directories in question exist before adding them to $PATH/$MANPATH.