build system fixlet to ease blackfin build
This commit is contained in:
parent
ed90bdabb4
commit
dbcf3275ec
@ -503,7 +503,7 @@ int main(int ac, char **av)
|
||||
break;
|
||||
case 's':
|
||||
input_mode = ask_silent;
|
||||
valid_stdin = isatty(0) && isatty(1) && isatty(2);
|
||||
valid_stdin = isatty(0); //bbox: && isatty(1) && isatty(2);
|
||||
break;
|
||||
case 'd':
|
||||
input_mode = set_default;
|
||||
|
Loading…
Reference in New Issue
Block a user