View | Details | Raw Unified
Collapse All | Expand All

(-) a/config/scripts/env.csh.SH (-4 lines)
 Lines 94-103   echo "On this machine the G4SYSTEM=\$G4SYSTEM" Link Here 
# g4dirs.U
# g4dirs.U
#
#
#+
#+
if ( X$g4install != X$g4final_install ) then
setenv G4INSTALL "$g4final_install/src/geant4"
echo "On this machine the G4INSTALL=\$G4INSTALL"
else
setenv G4INSTALL "$g4install"
setenv G4INSTALL "$g4install"
echo "On this machine the G4INSTALL=\$G4INSTALL"
echo "On this machine the G4INSTALL=\$G4INSTALL"
endif
endif
(-) a/config/scripts/env.sh.SH (-4 lines)
 Lines 97-107   fi Link Here 
# g4dirs.U
# g4dirs.U
#
#
#+
#+
if [ X$g4install != X$g4final_install ] ; then
G4INSTALL="$g4final_install/src/geant4"
else
G4INSTALL="$g4install"
G4INSTALL="$g4install"
fi
export G4INSTALL
export G4INSTALL
if [ X\$g4non_display = X ] ; then
if [ X\$g4non_display = X ] ; then
echo "On this machine the G4INSTALL=\$G4INSTALL"
echo "On this machine the G4INSTALL=\$G4INSTALL"