10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00

Fixed ocaml.rc

This commit is contained in:
Anthony Scemama 2019-01-09 01:09:59 +01:00
parent c5f03c9097
commit 0c02733cde

View File

@ -2,9 +2,9 @@ if [[ -z $OPAMROOT ]]
then then
# Comment these lines if you have a system-wide OCaml installation # Comment these lines if you have a system-wide OCaml installation
export OPAMROOT=${OPAMROOT:-${QP_ROOT}/external/opam} export OPAMROOT=${QP_ROOT}/external/opam
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
fi fi
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true