Magic Mailing List |
|
From: Richard Lethin (lethin AT reservoir DOT com) Date: Thu Sep 20 2001 - 20:09:45 EDT
In the cvs version of magic, there's a small bug in .../magic/magic/Makefile which screws up the installation of the .magic file in the sys dir. On/around line 40, the iterator i should be $$i, not $i when referenced on the next line. The way it's written, the $i doesn't expand and the installation hangs with cpp waiting for stdin. The end result is that the .magic file doesn't get written with anything.
|
|