ref: 72cde47068ac541c5e054319c1b7c48efdc937db
parent: fa4448b2d54943a71e7315b740d8ac3ca0b16564
author: mveety <[email protected]>
date: Wed Jul 10 17:16:15 EDT 2013
fixed the bug that arisawa posted about on 9fans where file(1) would mistake 386 intermediates for HTML files.
--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -186,8 +186,8 @@
isrfc822, /* email file */
ismbox, /* mail box */
istar, /* recognizable by tar checksum */
- ishtml, /* html keywords */
iscint, /* compiler/assembler intermediate */
+ ishtml, /* html keywords */
islimbo, /* limbo source */
isc, /* c & alef compiler key words */
isas, /* assembler key words */