From 0c02733cde034ea9641c490e293c8975e0405571 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 9 Jan 2019 01:09:59 +0100 Subject: [PATCH] Fixed ocaml.rc --- etc/ocaml.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ocaml.rc b/etc/ocaml.rc index fb58ed39..dd1bc127 100644 --- a/etc/ocaml.rc +++ b/etc/ocaml.rc @@ -2,9 +2,9 @@ if [[ -z $OPAMROOT ]] then # Comment these lines if you have a system-wide OCaml installation - export OPAMROOT=${OPAMROOT:-${QP_ROOT}/external/opam} - source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true + export OPAMROOT=${QP_ROOT}/external/opam fi +source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true