Corrected whitespace.

This commit is contained in:
Thomas Bouve
2014-02-03 11:35:52 +01:00
parent 94211d2b20
commit 21e7bc165d

View File

@@ -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