The R Project SVN R

Rev

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

Rev 11515 Rev 11550
Line 16... Line 16...
16
  pattern=${pattern}'|^\[1\] [19][0-9][0-9])'
16
  pattern=${pattern}'|^\[1\] [19][0-9][0-9])'
17
else
17
else
18
  pattern=${pattern}')'
18
  pattern=${pattern}')'
19
fi
19
fi
20
 
20
 
21
tmpfile=${TMPDIR:-/tmp}/${ffile}-d.${$}
21
tmpfile=${TMPDIR-/tmp}/${ffile}-d.${$}
22
 
22
 
23
if test ${ffile} = '-' ; then 
23
if test ${ffile} = '-' ; then 
24
  ffile=''
24
  ffile=''
25
fi
25
fi
26
 
26