I was doing some experiments with db(1), when I tried something like:
main:b *argv/X
and it gave me an error. I debugged it and I found that is a bug in the
code due to a mix between char* and Rune*. I have created a patch
in sources with the name unicode-db.
The funny thing is this error must b
The file command just makes guesses based on the file's content. I've had
it tell me build scripts were C source files and that various other files
(most particularly Makefiles) are ASCII text.
On Wed, Mar 18, 2015 at 3:36 PM, Adrian Regenfuss
wrote:
> Hey, just found something interesting:
> Wh