From 9eb51545668688fba41e37e932ac0ce5befe6108 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 8 Sep 2023 05:52:39 +0200 Subject: New upstream version 0.11+dfsg --- CHANGES | 5 +++++ configure | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 080860c..7e598d4 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ not-ocamlfind 0.10 --------------------- +* [30 Aug 2023] swap "bash" to "sh" + +not-ocamlfind 0.11 +--------------------- + * [30 Mar 2023] in "preprocess", ignore "-for-pack", "-linkall" arguments so we can just replace "ocamlc" with "preprocess" not-ocamlfind 0.08 diff --git a/configure b/configure index ca940d7..99d1b32 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh (cd local-packages/ocamlfind \ - && ./configure $* ) + && ./configure "$@" ) -- cgit v1.2.3