summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rwxr-xr-xconfigure4
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 "$@" )