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` |
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 |
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. |