[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:46:10 UTC 2010


The following commit has been merged in the master branch:
commit f748e0e89f8c80ca92d5d5810453fd5ea3fc8acd
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Oct 27 03:31:56 2004 +0100

    Cmd, sendmail stuff finally works
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-15)

diff --git a/ChangeLog b/ChangeLog
index 2b3f1fb..fe0a9e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-10-26 21:31:56 GMT	John Goerzen <jgoerzen at complete.org>	patch-15
+
+    Summary:
+      Cmd, sendmail stuff finally works
+    Revision:
+      missingh--head--0.5--patch-15
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Cmd.hs
+
+
 2004-10-26 21:16:45 GMT	John Goerzen <jgoerzen at complete.org>	patch-14
 
     Summary:
diff --git a/libsrc/MissingH/Cmd.hs b/libsrc/MissingH/Cmd.hs
index 642db2c..a254a2c 100644
--- a/libsrc/MissingH/Cmd.hs
+++ b/libsrc/MissingH/Cmd.hs
@@ -138,8 +138,7 @@ pOpen3 pin pout perr fp args func =
                      mayberedir perr stdError
                      debugM (logbase ++ ".pOpen3")
                             ("Running: " ++ fp ++ " " ++ (show args))
-                     catch (executeFile fp True args Nothing) (\_ -> return ())
-                     exitFailure
+                     executeFile fp True args Nothing
         in
         do 
         System.Posix.Signals.installHandler

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list