=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/at/at.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/at/at.c 2000/01/21 04:22:54 1.18 +++ src/usr.bin/at/at.c 2000/04/23 16:32:07 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: at.c,v 1.18 2000/01/21 04:22:54 millert Exp $ */ +/* $OpenBSD: at.c,v 1.19 2000/04/23 16:32:07 millert Exp $ */ /* $NetBSD: at.c,v 1.4 1995/03/25 18:13:31 glass Exp $ */ /* @@ -74,7 +74,7 @@ /* File scope variables */ #ifndef lint -static char rcsid[] = "$OpenBSD: at.c,v 1.18 2000/01/21 04:22:54 millert Exp $"; +static char rcsid[] = "$OpenBSD: at.c,v 1.19 2000/04/23 16:32:07 millert Exp $"; #endif char *no_export[] = @@ -316,7 +316,7 @@ char *eqp; eqp = strchr(*atenv, '='); - if (ap == NULL) + if (eqp == NULL) eqp = *atenv; else { int i;