The R Project SVN R

Rev

Rev 52480 | Rev 52993 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52480 Rev 52952
Line 12... Line 12...
12
export R_VERSION
12
export R_VERSION
13
 
13
 
14
R_OSTYPE="unix"
14
R_OSTYPE="unix"
15
export R_OSTYPE
15
export R_OSTYPE
16
 
16
 
17
## Add 'share/perl' to the perl library path.
-
 
18
if test -n "${PERL5LIB}"; then
-
 
19
  PERL5LIB="${R_SHARE_DIR}/perl:${PERL5LIB}"
-
 
20
  export PERL5LIB
-
 
21
else
-
 
22
  PERLLIB="${R_SHARE_DIR}/perl:${PERLLIB}"
-
 
23
  export PERLLIB
-
 
24
fi
-
 
25
 
-
 
26
## Append 'share/texmf/...' to TeX's input search path.
17
## Append 'share/texmf/...' to TeX's input search path.
27
if test -z "${TEXINPUTS}"; then
18
if test -z "${TEXINPUTS}"; then
28
  TEXINPUTS=".:${R_SHARE_DIR}/texmf/tex/latex:"
19
  TEXINPUTS=".:${R_SHARE_DIR}/texmf/tex/latex:"
29
else
20
else
30
  TEXINPUTS=".:${TEXINPUTS}:${R_SHARE_DIR}/texmf/tex/latex:"
21
  TEXINPUTS=".:${TEXINPUTS}:${R_SHARE_DIR}/texmf/tex/latex:"