From a3ae361d7e4ca223247dc53e42236ec74d214786 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Sun, 11 Oct 2020 23:05:25 +0800 Subject: [PATCH] Remove the quotes returned from clhep-config. --- build-k4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-k4.sh b/build-k4.sh index 8e4396f6..27c6f357 100755 --- a/build-k4.sh +++ b/build-k4.sh @@ -57,7 +57,7 @@ function run-cmake() { cd $blddir - local clhep_prefix=$(clhep-config --prefix) + local clhep_prefix=$(eval echo $(clhep-config --prefix)) local clhep_include=${clhep_prefix}/include # locate the pandorapfa -- GitLab