The R Project SVN R

Rev

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

Rev 47774 Rev 51453
Line 1... Line 1...
1
#!@R_SHELL@
1
#!@R_SHELL@
2
##
2
##
3
## Rdiff -- diff 'without R version'
3
## Rdiff -- diff 'without R version'
4
 
4
 
5
revision='$Rev: 47774 $'
5
revision='$Rev: 51453 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="R output diff: ${R_VERSION} (r${version})
7
version="R output diff: ${R_VERSION} (r${version})
8
 
8
 
9
Copyright (C) 2000-2008 The R Core Development Team.
9
Copyright (C) 2000-2008 The R Core Development Team.
10
This is free software; see the GNU General Public License version 2
10
This is free software; see the GNU General Public License version 2
Line 34... Line 34...
34
tfile=${2}
34
tfile=${2}
35
exitstatus=${3}
35
exitstatus=${3}
36
 
36
 
37
## These are set in Renviron if run from R CMD
37
## These are set in Renviron if run from R CMD
38
## 'grep -E' is POSIX, but not AT&T Unix, so not supported
38
## 'grep -E' is POSIX, but not AT&T Unix, so not supported
39
## by the default grep on Solarix, for example
39
## by the default grep on Solaris, for example
40
EGREP=${EGREP-egrep}
40
EGREP=${EGREP-egrep}
41
SED=${SED-sed}
41
SED=${SED-sed}
42
 
42
 
43
## sed scripts to get rid of the startup message
43
## sed scripts to get rid of the startup message
44
scriptold='/^R : Copyright /,/quit R.$/{d;}'
44
scriptold='/^R : Copyright /,/quit R.$/{d;}'