The R Project SVN R

Rev

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

Rev 19969 Rev 26075
Line 9... Line 9...
9
export R_CMD
9
export R_CMD
10
 
10
 
11
R_OSTYPE="unix"
11
R_OSTYPE="unix"
12
export R_OSTYPE
12
export R_OSTYPE
13
 
13
 
14
## Add `share/perl' to the perl library path.
14
## Add 'share/perl' to the perl library path.
15
if test -n "${PERL5LIB}"; then
15
if test -n "${PERL5LIB}"; then
16
  PERL5LIB="${R_HOME}/share/perl:${PERL5LIB}"
16
  PERL5LIB="${R_HOME}/share/perl:${PERL5LIB}"
17
  export PERL5LIB
17
  export PERL5LIB
18
else
18
else
19
  PERLLIB="${R_HOME}/share/perl:${PERLLIB}"
19
  PERLLIB="${R_HOME}/share/perl:${PERLLIB}"
20
  export PERLLIB
20
  export PERLLIB
21
fi
21
fi
22
 
22
 
-
 
23
## Add 'share/texmf' to TeX's input search path.
-
 
24
TEXINPUTS=".:${R_HOME}/share/texmf:${TEXINPUTS}"
-
 
25
export TEXINPUTS
-
 
26
 
23
. ${R_HOME}/etc/Renviron
27
. ${R_HOME}/etc/Renviron
24
export `sed 's/^ *#.*//; s/^\(.*\)=.*/\1/' ${R_HOME}/etc/Renviron`
28
export `sed 's/^ *#.*//; s/^\(.*\)=.*/\1/' ${R_HOME}/etc/Renviron`
25
 
29
 
26
case "${1}" in
30
case "${1}" in
27
  perl)
31
  perl)