The R Project SVN R

Rev

Rev 62851 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62851 Rev 63241
Line 7... Line 7...
7
. "${R_HOME}/etc${R_ARCH}/javaconf"
7
. "${R_HOME}/etc${R_ARCH}/javaconf"
8
 
8
 
9
DYLIB_EXT=`${R_HOME}/bin/R CMD config DYLIB_EXT`
9
DYLIB_EXT=`${R_HOME}/bin/R CMD config DYLIB_EXT`
10
tools_classpath=${R_SHARE_DIR}/java
10
tools_classpath=${R_SHARE_DIR}/java
11
 
11
 
12
revision='$Rev: 62851 $'
12
revision='$Rev: 63241 $'
13
version=`set - ${revision}; echo ${2}`
13
version=`set - ${revision}; echo ${2}`
14
version="R Java configurator: ${R_VERSION} (r${version})
14
version="R Java configurator: ${R_VERSION} (r${version})
15
 
15
 
16
Copyright (C) 2002-13 The R Core Team.
16
Copyright (C) 2002-13 The R Core Team.
17
This is free software; see the GNU General Public License version 2
17
This is free software; see the GNU General Public License version 2
Line 403... Line 403...
403
    fi
403
    fi
404
done
404
done
405
 
405
 
406
echo "Done."
406
echo "Done."
407
echo ''
407
echo ''
-
 
408
 
-
 
409
### Local Variables: ***
-
 
410
### mode: sh ***
-
 
411
### sh-indentation: 2 ***
-
 
412
### End: ***