On Thu, 22 Jun 2006, jeg@xxxxxxxxxxxxxxxxxxx wrote:
Thanks, Bart. I will try this. Incidentally, I tried building the SVN snapshot, but make fails at the very end, trying to assemble the dosemu executable script. It tries to tail +9 somefile >> 1.3.3.1/dosemu and barfs; the +9 clearly is supposed to be -something.
Newer versions of tail no longer just accept the -n/+n switch. Try setting the "_POSIX2_VERSION" environment variable to "199209" beforehand if this is your problem. For example, in bash: export _POSIX2_VERSION=199202 Cheers, Rob Komar - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html