diff options
Diffstat (limited to 'sh.exec.c')
-rw-r--r-- | sh.exec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sh.exec.c b/sh.exec.c index bb0fa4873d31..979d9b234b22 100644 --- a/sh.exec.c +++ b/sh.exec.c @@ -1,4 +1,3 @@ -/* $Header: /p/tcsh/cvsroot/tcsh/sh.exec.c,v 3.81 2016/09/12 16:33:54 christos Exp $ */ /* * sh.exec.c: Search, find, and execute a command! */ @@ -31,9 +30,6 @@ * SUCH DAMAGE. */ #include "sh.h" - -RCSID("$tcsh: sh.exec.c,v 3.81 2016/09/12 16:33:54 christos Exp $") - #include "tc.h" #include "tw.h" #ifdef WINNT_NATIVE |