From 2a2e52882ef32da663fa485f4aabd265d5b98e60 Mon Sep 17 00:00:00 2001 From: dongweiming Date: Sat, 12 Oct 2013 13:06:49 +0800 Subject: [PATCH] Fixed: print command not found --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index 45776f1..5d27953 100755 --- a/utils/installer.sh +++ b/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... "