This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository dh-ocaml.

commit fda7823c1bee6063c719f9a10a577c00c8d11f6d
Author: Stephane Glondu <st...@glondu.net>
Date:   Sun Jul 16 09:30:16 2017 +0200

    Fix incorrect usage of doit (Closes: #868470)
---
 debhelper/dh_ocaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debhelper/dh_ocaml b/debhelper/dh_ocaml
index 96dcc24..2d67077 100755
--- a/debhelper/dh_ocaml
+++ b/debhelper/dh_ocaml
@@ -369,7 +369,7 @@ foreach my $package (keys(%dev_packages), @binary_packages)
       }
     }, @search_path;
     close(OLIST) unless $dh{NO_ACT};
-    doit("cat $olist_fn") if $dh{VERBOSE};
+    doit('cat', $olist_fn) if $dh{VERBOSE};
   };
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to