diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:38:24 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-30 23:38:24 +0300 |
| commit | 6c2ffdd07eb8709f91d91c830f1fa3c9b1ae41cd (patch) | |
| tree | 2cc08fcde2d2878f9df8f8cac8ec353825aa21a3 | |
| parent | 8974dad27aec6d1c7faea70e86f237d0b69adf93 (diff) | |
| download | pfetch-6c2ffdd07eb8709f91d91c830f1fa3c9b1ae41cd.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ get_os() { else # This used to be a simple '. /etc/os-release' but I believe - # this is insecure as we blindly execute whatever is in the + # this is insecure as we blindly executed whatever was in the # file. This parser instead simply handles 'key=val', treating # the file contents as plain-text. while IFS='=' read -r key val; do |
