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

Diff of /ccf-setup.sh

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

revision 1.8 by ccflib, Fri Dec 22 10:44:11 2017 UTC revision 1.9 by ccflib, Fri Dec 22 13:25:04 2017 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.7 2017/02/20 14:12:08 ccflib Exp $  # $Id: ccf-setup.sh,v 1.8 2017/12/22 10:44:11 ccflib Exp $
8    
9    
10  host=`hostname | cut -d. -f1`  host=`hostname | cut -d. -f1`
# Line 160  export PERL5LIB=${CCFDEV}/lib/perl5:${PE Line 160  export PERL5LIB=${CCFDEV}/lib/perl5:${PE
160    
161  # Add the scripts in $CCFLIB_HOME/bin and $CCFLIB_HOME/lib (for example uploadccf) to PATH  # Add the scripts in $CCFLIB_HOME/bin and $CCFLIB_HOME/lib (for example uploadccf) to PATH
162    
163  export PATH=${CCFLIB_HOME}/bin:${CCFLIB_HOME}/lib:${PATH}  export PATH=${CCFLIB_HOME}/bin:${CCFLIB_HOME}/ccfdev/bin:${CCFLIB_HOME}/ccfdev/lib:${PATH}
164    
165  # Unset MAKE if set  # Unset MAKE if set
166    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.27