[BACK]Return to bashrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/bashrc between version 1.16 and 1.17

version 1.16, 2014/04/02 10:25:24 version 1.17, 2014/05/12 10:39:50
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/bashrc,v 1.15 2010/11/30 02:58:50 takayama Exp $  # $OpenXM: OpenXM/rc/bashrc,v 1.16 2014/04/02 10:25:24 takayama Exp $
 OpenXM_HOME=$HOME/OpenXM  OpenXM_HOME=$HOME/OpenXM
 export OpenXM_HOME  export OpenXM_HOME
 PATH=$OpenXM_HOME/bin:$PATH  PATH=$OpenXM_HOME/bin:$PATH
 ASIR_LIBDIR=$OpenXM_HOME/lib/asir  ASIR_LIBDIR=$OpenXM_HOME/lib/asir
 export ASIR_LIBDIR  export ASIR_LIBDIR
 ASIRLOADPATH=$OpenXM_HOME/src/asir-contrib/packages/src:$OpenXM_HOME/src/asir-contrib/packages/sample:$OpenXM_HOME/lib/asir-contrib:.  
 export ASIRLOADPATH  
 ASIR_CONFIG=$OpenXM_HOME/rc/asirrc  ASIR_CONFIG=$OpenXM_HOME/rc/asirrc
 export ASIR_CONFIG  export ASIR_CONFIG
 if [ "$ASIR_RSH" = "" ]; then  if [ "$ASIR_RSH" = "" ]; then
Line 27  export LD_LIBRARY_PATH
Line 25  export LD_LIBRARY_PATH
 OpenXM_tmp=$HOME/.OpenXM_tmp  OpenXM_tmp=$HOME/.OpenXM_tmp
 export OpenXM_tmp  export OpenXM_tmp
 mkdir -p $OpenXM_tmp  mkdir -p $OpenXM_tmp
   ASIRLOADPATH=$OpenXM_HOME/src/asir-contrib/packages/src:$OpenXM_HOME/src/asir-contrib/packages/sample:$OpenXM_tmp/OpenXM/lib/asir-contrib:$OpenXM_HOME/lib/asir-contrib:.
   export ASIRLOADPATH
 # for MacOS  # for MacOS
 if test $DYLD_LIBRARY_PATH ; then  if test $DYLD_LIBRARY_PATH ; then
   DYLD_LIBRARY_PATH=$OpenXM_HOME/lib:$DYLD_LIBRARY_PATH  ;    DYLD_LIBRARY_PATH=$OpenXM_HOME/lib:$DYLD_LIBRARY_PATH  ;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>