The R Project SVN R

Rev

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

Rev 71002 Rev 76496
Line 33... Line 33...
33
  BSTINPUTS=".:${BSTINPUTS}:${R_SHARE_DIR}/texmf/bibtex/bst:"
33
  BSTINPUTS=".:${BSTINPUTS}:${R_SHARE_DIR}/texmf/bibtex/bst:"
34
fi
34
fi
35
export BSTINPUTS
35
export BSTINPUTS
36
 
36
 
37
. "${R_HOME}/etc${R_ARCH}/Renviron"
37
. "${R_HOME}/etc${R_ARCH}/Renviron"
38
export `sed 's/^ *#.*//; s/^\(.*\)=.*/\1/' "${R_HOME}/etc${R_ARCH}/Renviron"`
38
export `sed 's/^ *#.*//; s/^\([^=]*\)=.*/\1/' "${R_HOME}/etc${R_ARCH}/Renviron"`
39
 
39
 
40
extra=
40
extra=
41
case "${1}" in
41
case "${1}" in
42
## this was a separate command prior to 2.10.0
42
## this was a separate command prior to 2.10.0
43
  Rd2txt)
43
  Rd2txt)