diff --git a/doc/build.sh b/doc/build.sh
index 48661117f2384a2cff146c347565943863f60453..eb7a13dad9dbcfac4bea540702ef55f77329e78e 100644
--- a/doc/build.sh
+++ b/doc/build.sh
@@ -25,15 +25,15 @@ else
 	. ${LCG_external_area}/gcc/4.3/${ARCH}/setup.sh /afs/cern.ch/sw/lcg/external;
 	fi;
     export ROOTSYS=/afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.04/${ARCH}-${GCC_VSN}-dbg/root;
-    ls -laF ${ROOTSYS}/bin
     export PATH=${LCG_external_area}/CMake/2.8.6/${ARCH}-${GCC_VSN}-opt/bin:${ROOTSYS}/bin:$PATH;
-    echo "CMAKE: `which cmake`   --  ${LCG_external_area}/CMake/2.8.6/${ARCH}-${GCC_VSN}-opt/bin"
-    echo $PATH
+
+    ls -laF ${ROOTSYS}/bin
+    echo "CMAKE: `which cmake`   --  ${LCG_external_area}/CMake/2.8.6/${ARCH}-${GCC_VSN}-opt/bin";
+    echo "PATH=${PATH}";
+
     cmake -DCMAKE_BUILD_TYPE=Debug -DDD4HEP_WITH_GEANT4=OFF -DDD4HEP_USE_PYROOT=OFF ../DD4hep;
     . thisdd4hep.sh;
     make -j 5;
-    echo "Now run this command to test the installation:";
-    echo "geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/CLIC_ILD_CDR.xml";
     ./bin/geoDisplay file:../DD4hep/DDExamples/ILDExDet/compact/CLIC_ILD_CDR.xml
     
 fi;