From 6d9596b4dd981b2a1d3396db5f9ea17a556755dc Mon Sep 17 00:00:00 2001
From: matta adrien <matta@lpccaen.in2p3.fr>
Date: Wed, 9 Nov 2016 10:02:09 +0100
Subject: [PATCH] * correcting build_dict.sh         - The command testing
 rootcint was left to debug mode leading to           compilation failure

---
 NPLib/scripts/build_dict.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPLib/scripts/build_dict.sh b/NPLib/scripts/build_dict.sh
index 0559d302b..facd09f59 100755
--- a/NPLib/scripts/build_dict.sh
+++ b/NPLib/scripts/build_dict.sh
@@ -4,7 +4,7 @@
 # a Dictionnary, rootmap and pcm file accordingly
 
 # check rootcint exist
-command -v pipo >/dev/null 2>&1 || { printf >&2 "ERROR : rootcint binary not found.\n * For ROOT install from source check that \$ROOTSYS/bin is in your PATH\n * For Macports ROOT install consider adding /opt/local/bin to your PATH\n * For debian ROOT install consider adding /usr/bin to your PATH\n"; exit 1; }
+command -v rootcint >/dev/null 2>&1 || { printf >&2 "ERROR : rootcint binary not found.\n * For ROOT install from source check that \$ROOTSYS/bin is in your PATH\n * For Macports ROOT install consider adding /opt/local/bin to your PATH\n * For debian ROOT install consider adding /usr/bin to your PATH\n"; exit 1; }
 
 # Checking that enought argument are given
 if [ "$#" -lt 4 ]
-- 
GitLab