The R Project SVN R

Rev

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

Rev 52154 Rev 52163
Line 1... Line 1...
1
# ${R_HOME}/bin/build -*- sh -*- for installing add-on packages
1
# ${R_HOME}/bin/build -*- sh -*- for building add-on packages
2
 
2
 
3
args=
3
args=
4
while test -n "${1}"; do
4
while test -n "${1}"; do
5
  args="${args}nextArg${1}"
5
  args="${args}nextArg${1}"
6
  shift
6
  shift