GC meaningless assignment.
MFC after: 3 days
This commit is contained in:
parent
0d671788fd
commit
189c4cfce1
@ -204,7 +204,7 @@ char *argv[];
|
||||
}
|
||||
break;
|
||||
case 0:
|
||||
rval |= execl(*argv, *argv, (char *)NULL) != 0;
|
||||
execl(*argv, *argv, (char *)NULL);
|
||||
warn("%s", *argv);
|
||||
_exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user