From: Stefano Zacchiroli Date: Mon, 29 May 2006 20:27:57 +0000 (+0000) Subject: forces bash as Makefile SHELL X-Git-Tag: 0.4.95@7852~1402 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f340ae8d0be1c480c6a496a11157a6ccfb367c13;p=helm.git forces bash as Makefile SHELL --- diff --git a/DEVEL/ocaml-http/Makefile b/DEVEL/ocaml-http/Makefile index b85d0532f..540464f29 100644 --- a/DEVEL/ocaml-http/Makefile +++ b/DEVEL/ocaml-http/Makefile @@ -1,4 +1,5 @@ include Makefile.defs +export SHELL=/bin/bash MODULES = \ http_constants http_types http_parser_sanity http_misc http_common \ diff --git a/DEVEL/ocaml-http/debian/changelog b/DEVEL/ocaml-http/debian/changelog index 1f35df27b..bdcfe15c2 100644 --- a/DEVEL/ocaml-http/debian/changelog +++ b/DEVEL/ocaml-http/debian/changelog @@ -1,3 +1,9 @@ +ocaml-http (0.1.3-1) UNRELEASED; urgency=low + + * force bash as SHELL in Makefile, since we rely on bashisms + + -- Stefano Zacchiroli Mon, 29 May 2006 22:22:51 +0200 + ocaml-http (0.1.2-4) unstable; urgency=low * Rebuilt against ocaml 3.09.2, bumped deps accordingly.