summaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sh.c b/sh.c
index 759132fbe9e7e..4b5c62453aef6 100644
--- a/sh.c
+++ b/sh.c
@@ -1,4 +1,3 @@
-/* $Header: /p/tcsh/cvsroot/tcsh/sh.c,v 3.189 2016/09/12 16:33:54 christos Exp $ */
/*
* sh.c: Main shell routines
*/
@@ -39,8 +38,6 @@ char copyright[] =
All rights reserved.\n";
#endif /* not lint */
-RCSID("$tcsh: sh.c,v 3.189 2016/09/12 16:33:54 christos Exp $")
-
#include "tc.h"
#include "ed.h"
#include "tw.h"
@@ -248,7 +245,7 @@ main(int argc, char **argv)
char *tcp, *ttyn;
int f, reenter;
char **tempv;
- const char *targinp = NULL;
+ static const char *targinp = NULL;
int osetintr;
struct sigaction oparintr;