-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Admin
-
None
I've been playing with the MusicBrainz server in Mac OS X (10.6), and I found that I had to change the use of "head --bytes" in MBImport.pl because BSD's head utility apparently doesn't support --bytes.
I changed it to use dd instead, which I hope is more portable.