diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-20 10:33:35 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-20 10:33:35 +0000 |
| commit | 0fd652782b682f93e3834c40039e1d2cf330d054 (patch) | |
| tree | 0fa9423490c9e66eff72a731fc9d77ffd81a418f /libexec | |
| parent | 28ec30cd9f1180b380f796d30038db4323e128e8 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 20a5d9aafdac..aaff70ca3851 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -332,7 +332,7 @@ main(int argc, char *argv[]) } first_time = 0; - if (IM && *IM !(PL && PP)) + if (IM && *IM && !(PL && PP)) putf(IM); if (setjmp(timeout)) { cfsetispeed(&tmode, B0); |
