summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-05-27 12:18:42 -0400
committerJoey Hess2015-05-27 12:18:42 -0400
commitaeb47743d770e8970d642d92a777f23c1566ef75 (patch)
treeae2844d452e01574d6402ef381bca3d06fcd26c6
parent0361b016bad7448e908770555bb8c7207769f09f (diff)
merge changes from git-annex
-rw-r--r--src/Utility/SafeCommand.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Utility/SafeCommand.hs b/src/Utility/SafeCommand.hs
index 9eaa5308..0704e69f 100644
--- a/src/Utility/SafeCommand.hs
+++ b/src/Utility/SafeCommand.hs
@@ -5,14 +5,17 @@
- License: BSD-2-clause
-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
module Utility.SafeCommand where
import System.Exit
import Utility.Process
import Data.String.Utils
-import Control.Applicative
import System.FilePath
import Data.Char
+import Control.Applicative
+import Prelude
{- A type for parameters passed to a shell command. A command can
- be passed either some Params (multiple parameters can be included,