]> matita.cs.unibo.it Git - helm.git/commitdiff
forces bash as Makefile SHELL
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 May 2006 20:27:57 +0000 (20:27 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 May 2006 20:27:57 +0000 (20:27 +0000)
DEVEL/ocaml-http/Makefile
DEVEL/ocaml-http/debian/changelog

index b85d0532f8cb983aa504c34eb41d1a1385c2433d..540464f29320c0ba4fa449b6c8ac5dbf5709701c 100644 (file)
@@ -1,4 +1,5 @@
 include Makefile.defs
+export SHELL=/bin/bash
 
 MODULES = \
        http_constants http_types http_parser_sanity http_misc http_common \
index 1f35df27b69385d4ae41201825da595aa85251f2..bdcfe15c23c38e303966e224211328a041d1d1c1 100644 (file)
@@ -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 <zack@debian.org>  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.