build system fixlet to ease blackfin build

This commit is contained in:
Denis Vlasenko 2008-06-28 04:00:01 +00:00
parent ed90bdabb4
commit dbcf3275ec

View File

@ -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;