Ignore:
Timestamp:
Feb 9, 2007, 4:41:48 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/snova/trunk/obuild/sh/build_lib_geomutils

    r130 r132  
    116116  exit
    117117fi
     118obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     119if [ ${obuild_platform_result} = yes ] ; then
     120Geant4_home="/usr/local/geant4/8.2"
     121fi
     122unset obuild_platform_result
     123if [ "${obuild_platform_exe}" = "" ] ; then
     124  echo "Variable obuild_platform_exe not defined."
     125  exit
     126fi
    118127obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'Darwin'`
    119128if [ ${obuild_platform_result} = yes ] ; then
Note: See TracChangeset for help on using the changeset viewer.