From d7ff70c7277f6a29fa608c8b1da1543c461a8bfc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 May 2015 12:18:42 -0400 Subject: merge changes from git-annex --- src/Utility/SafeCommand.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3