diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-27 12:18:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-27 12:18:42 -0400 |
| commit | aeb47743d770e8970d642d92a777f23c1566ef75 (patch) | |
| tree | ae2844d452e01574d6402ef381bca3d06fcd26c6 /src | |
| parent | 0361b016bad7448e908770555bb8c7207769f09f (diff) | |
merge changes from git-annex
Diffstat (limited to 'src')
| -rw-r--r-- | src/Utility/SafeCommand.hs | 5 |
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, |
