From 0141bd812b4a4c7bb97c1ac3548e12b1868caa13 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 16 Nov 2012 23:04:40 -0800 Subject: [PATCH] Give it some attitude --- ShellCheck/Parser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck/Parser.hs b/ShellCheck/Parser.hs index a4daa28..9129945 100644 --- a/ShellCheck/Parser.hs +++ b/ShellCheck/Parser.hs @@ -1205,7 +1205,7 @@ getStringFromParsec errors = Message s -> (4, "Message: " ++ s) wut "" = "eof" wut x = x - unexpected s = "Aborting due to unexpected " ++ (wut s) ++ ". Is this valid?" + unexpected s = "Aborting due to unexpected " ++ (wut s) ++ ". Is this even valid?" parseShell filename contents = do case rp (parseWithNotes readScript) filename contents of