/[CCFs]/ccf-setup.sh
ViewVC logotype

Diff of /ccf-setup.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ccflib, Fri Dec 12 13:47:39 2014 UTC revision 1.5 by ccflib, Fri Dec 12 13:49:27 2014 UTC
# Line 4  Line 4 
4  #  #
5  # Setup to build CCF from user's home  # Setup to build CCF from user's home
6  #  #
7  # $Id: ccf-setup.sh,v 1.3 2014/12/11 16:43:54 ccflib Exp $  # $Id: ccf-setup.sh,v 1.4 2014/12/12 13:47:39 ccflib Exp $
8    
9    
10  host=`hostname | cut -d. -f1`  host=`hostname | cut -d. -f1`
# Line 31  esac Line 31  esac
31    
32  export CCFDEV=${CCFLIB_HOME}/ccfdev  export CCFDEV=${CCFLIB_HOME}/ccfdev
33    
34  if [ ! -d "${CCFDEV}"] ; then  if [ ! -d "${CCFDEV}" ] ; then
35     echo "ccf-setup.sh: ${CCFDEV} not found ! - Abort"     echo "ccf-setup.sh: ${CCFDEV} not found ! - Abort"
36     return     return
37  fi  fi
# Line 52  fi Line 52  fi
52  # SAS  # SAS
53    
54  [ ! -f "$HOME/setsas.sh" ] && /sas/bin/confsas  [ ! -f "$HOME/setsas.sh" ] && /sas/bin/confsas
55  . $HOME/setsas.sh  . $HOME/setsas.sh 1> /dev/null
56  export SAS_MEMORY_MODEL=Low  export SAS_MEMORY_MODEL=Low
57    
58  # Adds some useful perl modules.  # Adds some useful perl modules.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.27