The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #98 from yakobowski/fix-ocaml-version-detection

Fix regexp for detecting OCaml version

authored by

Jean-Christophe Filliatre and committed by
GitHub
b30b2b9b cc6b35be

+1 -1
+1 -1
configure.in
··· 44 44 fi 45 45 46 46 # we extract Ocaml version number and library path 47 - OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' ` 47 + OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|The O.*, version *\(.*\)$|\1|p' ` 48 48 echo "ocaml version is $OCAMLVERSION" 49 49 50 50 case $OCAMLVERSION in