From b1f35e7c031f607d0f23b8237665f45f4e5562e9 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Sun, 2 Mar 2008 19:48:19 -0500 Subject: [PATCH] changed config/env*sh --- config/scripts/env.csh.SH | 4 ---- config/scripts/env.sh.SH | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/config/scripts/env.csh.SH b/config/scripts/env.csh.SH index 38c6aed..91f66d7 100755 --- a/config/scripts/env.csh.SH +++ b/config/scripts/env.csh.SH @@ -94,10 +94,6 @@ echo "On this machine the G4SYSTEM=\$G4SYSTEM" # 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" echo "On this machine the G4INSTALL=\$G4INSTALL" endif diff --git a/config/scripts/env.sh.SH b/config/scripts/env.sh.SH index d13f244..10c1458 100755 --- a/config/scripts/env.sh.SH +++ b/config/scripts/env.sh.SH @@ -97,11 +97,7 @@ fi # g4dirs.U # #+ -if [ X$g4install != X$g4final_install ] ; then -G4INSTALL="$g4final_install/src/geant4" -else G4INSTALL="$g4install" -fi export G4INSTALL if [ X\$g4non_display = X ] ; then echo "On this machine the G4INSTALL=\$G4INSTALL" -- 1.5.4.3