Browse Source

Merge pull request #408 from dongweiming/master

Fixed: print command not found
custom
Bozhidar Batsov 12 years ago
parent
commit
f923e69c95
  1. 2
      utils/installer.sh

2
utils/installer.sh

@ -162,7 +162,7 @@ if hash aspell 2>&-
then
printf "$GREEN found.$RESET\n"
else
print "$RED not found. Install aspell to benefit from flyspell-mode!$RESET\n"
printf "$RED not found. Install aspell to benefit from flyspell-mode!$RESET\n"
fi
printf "$CYAN Checking to see if ack is installed... "

Loading…
Cancel
Save