From 7d051febc2ac8d9b8f2c87f9cdfde808ba057a4c Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 11 Oct 2007 20:28:16 +0200 Subject: Remove spurious output from ShellPrompt darcs-hash:20071011182816-a5988-c95c4d60081d46de24269b70cbffe1dccc7e6f11.gz --- ShellPrompt.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShellPrompt.hs') diff --git a/ShellPrompt.hs b/ShellPrompt.hs index ecd8d56..b52fda8 100644 --- a/ShellPrompt.hs +++ b/ShellPrompt.hs @@ -60,7 +60,6 @@ getShellCompl s | s /= "" && last s /= ' ' = do f <- fmap lines $ runProcessWithInput "/bin/bash" [] ("compgen -A file " ++ s ++ "\n") c <- commandCompletionFunction s - hPutStrLn stdout s return . map escape . sort . nub $ f ++ c | otherwise = return [] -- cgit v1.2.3