diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-09 17:28:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-09 17:28:35 -0400 |
commit | 2934a65ac5bbab5ac127c495c8c2492e729c2b67 (patch) | |
tree | 761a2afaa84eb292edef7e4a0aea7413ff446a14 /Common.hs | |
parent | 8ce7e73f74e95276472d18816b7c6a60bab25abb (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.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |