commit | 9f42e832a186bb3f5320581a3a713d0a8a9c8384 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Sep 11 23:55:36 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Sun Sep 11 23:55:36 2016 -0500 |
tree | 954ed7b98c8b3a5b2e49facc0bbea4708c00f019 | |
parent | 337c072ac09a94a4a47d81cb214b3b8e55eee621 [diff] |
Izabera pointed out that "file -" was inconsistent (calling stat on "-" but then reading from stdin if it detected a file). Fixed it so "-" always means stdin and you have to say ./- to look at a local "-". Did some whitespace tweaks while I was there...