Deleted Added
full compact
20c20
< * $Id: command.c,v 1.131.2.88 1998/05/21 01:13:26 brian Exp $
---
> * $Id: command.c,v 1.135 1998/05/21 21:44:44 brian Exp $
127c127
< const char VersionDate[] = "$Date: 1998/05/21 01:13:26 $";
---
> const char VersionDate[] = "$Date: 1998/05/21 21:44:44 $";
299,300c299,301
< if ((arg->cx && !(arg->cx->physical->type & (PHYS_MANUAL|PHYS_DEMAND)))
< || (!arg->cx && (arg->bundle->phys_type & ~(PHYS_MANUAL|PHYS_DEMAND)))) {
---
> if ((arg->cx && !(arg->cx->physical->type & (PHYS_INTERACTIVE|PHYS_AUTO)))
> || (!arg->cx &&
> (arg->bundle->phys_type & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) {
1143c1144
< arg->bundle->phys_type & PHYS_DEMAND))
---
> arg->bundle->phys_type & PHYS_AUTO))