From 8e00efb938545538a60a303a19288865c8b032da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Dec 2016 17:10:48 -0400 Subject: [PATCH] didn't mean to commit this change yet --- Command/FromKey.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Command/FromKey.hs b/Command/FromKey.hs index 6a81c1f74c..dca63aabe2 100644 --- a/Command/FromKey.hs +++ b/Command/FromKey.hs @@ -45,9 +45,7 @@ startMass = do next massAdd massAdd :: CommandPerform -massAdd = do - liftIO $ fileEncoding stdin - go True =<< map (separate (== ' ')) . lines <$> liftIO getContents +massAdd = go True =<< map (separate (== ' ')) . lines <$> liftIO getContents where go status [] = next $ return status go status ((keyname,f):rest) | not (null keyname) && not (null f) = do