]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor corrections
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jan 2001 08:53:20 +0000 (08:53 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Jan 2001 08:53:20 +0000 (08:53 +0000)
AliGeant4/config/setup.csh

index 73dccd9f293d9234c0641b4d9d71bbdf02ea57b3..268f536006b634eb5afe032cc5c4df2b70954e08 100755 (executable)
@@ -720,12 +720,12 @@ if ( "`echo ${SHLIBVAR} | grep ${G4INSTALL}/lib/${G4SYSTEM} `" == "" ) then
   endif
   set SHLIBVAR="${G4INSTALL}/lib/${G4SYSTEM}:${SHLIBVAR}"
 endif
-if ( "`echo ${SHLIBVAR} | grep ${CLHEP_BASE_DIR}/lib `" = "" ) then
-  if [ "$VERBOSE" = "YES" ]; then
+if ( "`echo ${SHLIBVAR} | grep ${CLHEP_BASE_DIR}/lib `" == "" ) then
+  if ( "$VERBOSE" == "YES" ) then
     echo Adding ${CLHEP_BASE_DIR}/lib to the shared libraries path...
   endif
   set SHLIBVAR="${SHLIBVAR}:${CLHEP_BASE_DIR}/lib"
-fi
+endif
 
 setenv $SHLIBVARNAME $SHLIBVAR