From 72cde47068ac541c5e054319c1b7c48efdc937db Mon Sep 17 00:00:00 2001 From: mveety Date: Wed, 10 Jul 2013 21:16:15 -0400 Subject: fixed the bug that arisawa posted about on 9fans where file(1) would mistake 386 intermediates for HTML files. --- sys/src/cmd/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index ee6db10b4..fdf3a7c01 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -186,8 +186,8 @@ int (*call[])(void) = 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 */ -- cgit v1.2.3