Merge pull request #408 from dongweiming/master

Fixed: print command not found
This commit is contained in:
Bozhidar Batsov 2013-10-11 22:29:54 -07:00
commit f923e69c95

View file

@ -162,7 +162,7 @@ if hash aspell 2>&-
then then
printf "$GREEN found.$RESET\n" printf "$GREEN found.$RESET\n"
else 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 fi
printf "$CYAN Checking to see if ack is installed... " printf "$CYAN Checking to see if ack is installed... "