Ignore:
Timestamp:
Feb 13, 2007, 6:14:29 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • snovis/trunk/obuild/setup.sh

    r137 r188  
    154154  return
    155155fi
     156obuild_snova_path=`"${obuild_find_exe}" snova 'v2r0p0'`
     157if [ "${obuild_snova_path}" = "" ] ; then
     158  echo "Can't find snova package."
     159  return
     160fi
     161if [ "${obuild_find_exe}" = "" ] ; then
     162  echo "Variable obuild_find_exe not defined."
     163  return
     164fi
    156165obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r*'`
    157166if [ "${obuild_OnX_path}" = "" ] ; then
     
    170179
    171180# Execute setup of used packages :
     181if [ ! -e "${obuild_snova_path}/obuild/setup.sh" ] ; then
     182  echo "setup.sh not found for package snova."
     183  return
     184fi
     185. "${obuild_snova_path}/obuild/setup.sh"
     186
    172187if [ ! -e "${obuild_OnX_path}/obuild/setup.sh" ] ; then
    173188  echo "setup.sh not found for package OnX."
Note: See TracChangeset for help on using the changeset viewer.