diff options
Diffstat (limited to 'contrib/tcsh/sh.c')
-rw-r--r-- | contrib/tcsh/sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcsh/sh.c b/contrib/tcsh/sh.c index 89056f5..1bbb1cb 100644 --- a/contrib/tcsh/sh.c +++ b/contrib/tcsh/sh.c @@ -462,7 +462,7 @@ main(int argc, char **argv) else cp2 = cp; if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) || - Strstr(cp, STRslptssl) != NULL)) { + Strstr(cp, STRptssl) != NULL)) { if (getenv("DISPLAY") == NULL) { /* NOT on X window shells */ setcopy(STRautologout, STRdefautologout, VAR_READWRITE); |