avoid failure when gpgconf is not in path
This commit is contained in:
parent
54404370e5
commit
efd2f1a918
2 changed files with 4 additions and 2 deletions
|
@ -61,6 +61,8 @@ toCommand' (File s) = s
|
|||
|
||||
-- | Run a system command, and returns True or False if it succeeded or failed.
|
||||
--
|
||||
-- (Throws an exception if the command is not found.)
|
||||
--
|
||||
-- This and other command running functions in this module log the commands
|
||||
-- run at debug level, using System.Log.Logger.
|
||||
boolSystem :: FilePath -> [CommandParam] -> IO Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue