KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.85k stars 454 forks source link

Fixed issue where make.conf can be a include directory #598

Closed citizenkepler closed 5 years ago

citizenkepler commented 5 years ago

The /etc/portage/make.conf can be a include directory, and when that is a directory it causes this error: ./screenfetch-dev: line 650: .: /etc/portage/make.conf: is a directory This if statement check to see if /etc/portage/make.conf is a directory or regular file and then sources in the files according.