Alan Lord wrote: > Hi all, > > I've been trying to get the latest SVN book to build using the svn trunk > version of jhalfs. > > I have come across a "sort of problem".
Thanks Alan. I've seen this one as well. It's because something like 'tar -xf file.tar.*' is called. Which of course, breaks when there are multiple files. Really, the script should do something more robust like, 'ls file.tar.* | head -n1' and then untar the results. -- JH -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
