From 69b1b44c0b7761e0cb44cad747b36e12e5277cc1 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Fri, 8 Jan 2021 10:12:34 +0100 Subject: reset PATH --- config_simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_simple.sh') diff --git a/config_simple.sh b/config_simple.sh index e164dc99..e2d3844c 100755 --- a/config_simple.sh +++ b/config_simple.sh @@ -5,7 +5,7 @@ branch=`git rev-parse --abbrev-ref HEAD` date=`date -I` if test "x$CCOMP_INSTALL_PREFIX" = "x" ; -then CCOMP_INSTALL_PREFIX=/home/gourdinl/Work/VERIMAG/CompCert ; +then CCOMP_INSTALL_PREFIX=/opt/CompCert ; fi ./configure --prefix ${CCOMP_INSTALL_PREFIX}/${branch}/${date}_${version}/$arch "$@" $arch -- cgit