From f340ae8d0be1c480c6a496a11157a6ccfb367c13 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 29 May 2006 20:27:57 +0000 Subject: [PATCH] forces bash as Makefile SHELL --- DEVEL/ocaml-http/Makefile | 1 + DEVEL/ocaml-http/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) 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. -- 2.39.2