# # # patch "ocaml.m4" # from [253bd36251f268f569417ac120658673a332e1e8] # to [e4e4fd2c755f321daeee905abecce45b0559fd6f] # ============================================================ --- ocaml.m4 253bd36251f268f569417ac120658673a332e1e8 +++ ocaml.m4 e4e4fd2c755f321daeee905abecce45b0559fd6f @@ -74,7 +74,7 @@ # get the C compiler used by ocamlc if test -z "$CC" ; then touch conftest.c - CC=$($OCAMLC -verbose conftest.c 2>&1 | awk '/^+/ {print $[]2 ; exit}') + CC=$($OCAMLC -verbose conftest.c 2>&1 | awk '/^\+/ {print $[]2 ; exit}') echo OCaml uses $CC to compile C files fi