Skip to content
Snippets Groups Projects
Commit 6d9596b4 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* correcting build_dict.sh

        - The command testing rootcint was left to debug mode leading to
          compilation failure
parent 62e7d0aa
No related branches found
No related tags found
No related merge requests found
......@@ -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 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment