| 1 |
< |
/* Copyright (c) 1996 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
| 4 |
> |
static char SCCSid[] = "$SunId$ SGI"; |
| 5 |
|
#endif |
| 6 |
|
|
| 7 |
|
/* |
| 474 |
|
sprintf(cp, ")[ \t]*=' > %s/radset.var", vval(DIRECTORY)); |
| 475 |
|
cp += 11; /* point to file name */ |
| 476 |
|
} |
| 477 |
< |
if (system(combuf)) { |
| 478 |
< |
fprintf(stderr, "%s: error executing rad command:\n\t%s\n", |
| 479 |
< |
progname, combuf); |
| 480 |
< |
quit(1); |
| 481 |
< |
} |
| 477 |
> |
system(combuf); /* ignore exit code */ |
| 478 |
|
if (pippt == NULL) { /* load variables and remove file */ |
| 479 |
|
loadvars(cp); |
| 480 |
|
unlink(cp); |