summaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-09 17:28:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-09 17:28:35 -0400
commit2934a65ac5bbab5ac127c495c8c2492e729c2b67 (patch)
tree761a2afaa84eb292edef7e4a0aea7413ff446a14 /Common.hs
parent8ce7e73f74e95276472d18816b7c6a60bab25abb (diff)
add safeSystem
This is more safe than System.Cmd.Utils.safeSystem, since it does not throw an error on nonzero exit status.
Diffstat (limited to 'Common.hs')
-rw-r--r--Common.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.hs b/Common.hs
index 2e1e4d996..ef068ac10 100644
--- a/Common.hs
+++ b/Common.hs
@@ -33,7 +33,7 @@ import Data.String.Utils
import System.Path
import System.FilePath
import System.Directory
-import System.Cmd.Utils
+import System.Cmd.Utils hiding (safeSystem)
import System.IO hiding (FilePath)
import System.Posix.Files
import System.Posix.IO