From 2934a65ac5bbab5ac127c495c8c2492e729c2b67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Nov 2011 17:28:35 -0400 Subject: add safeSystem This is more safe than System.Cmd.Utils.safeSystem, since it does not throw an error on nonzero exit status. --- Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.hs') 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 -- cgit v1.2.3