mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Corrected whitespace.
This commit is contained in:
@@ -716,7 +716,7 @@ detectpkgs () {
|
||||
'Mac OS X')
|
||||
if [ -d "/usr/local/bin" ]; then
|
||||
loc_pkgs=$(ls -l /usr/local/bin/ | grep -v "\(../Cellar/\|brew\)" | wc -l)
|
||||
pkgs=$((${loc_pkgs} - 1));
|
||||
pkgs=$((${loc_pkgs} -1));
|
||||
fi
|
||||
|
||||
if type -p port >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user