This commit is contained in:
rsc 2005-11-12 16:43:07 +00:00
parent a5ba8a5926
commit d159da849c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ main(int argc, char **argv)
Binit(&fout, 1, OWRITE);
if(argc < 2) {
stringit("/fd/0");
stringit("/dev/stdin");
exits(0);
}