diff options
Diffstat (limited to 'bin/csh/exec.c')
-rw-r--r-- | bin/csh/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c index c47cf7d2b59cb..8c9973d2c72b9 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: exec.c,v 1.9 1998/02/28 10:49:54 jraynard Exp $"; + "$Id: exec.c,v 1.10 1998/05/06 06:50:42 charnier Exp $"; #endif #endif /* not lint */ |