The R Project SVN R

Rev

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

Rev 27353 Rev 27363
Line 87... Line 87...
87
R is free software and comes with ABSOLUTELY NO WARRANTY.
87
R is free software and comes with ABSOLUTELY NO WARRANTY.
88
You are welcome to redistribute it under the terms of the GNU
88
You are welcome to redistribute it under the terms of the GNU
89
General Public License.  For more information about these matters,
89
General Public License.  For more information about these matters,
90
see http://www.gnu.org/copyleft/gpl.html."
90
see http://www.gnu.org/copyleft/gpl.html."
91
 
91
 
92
function error () {
92
error () {
93
  echo "ERROR: $*" >&2
93
  echo "ERROR: $*" >&2
94
  exit 1
94
  exit 1
95
}
95
}
96
 
96
 
97
### Argument loop
97
### Argument loop