On Mon, Dec 28, 2009 at 2:19 PM, Mikie <[email protected]> wrote:
> What am I doing wrong?

You are probably using GNU tar, so tar xvf works for all tarballs. And
you also don't need to do such a long script:

#!/bin/sh
for file in /mnt/lfs/sources/*.tar*; do
  tar xvf $file
done

Andres
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to