Mikie wrote: > Hello list, > > I have made a script file at: > > http://www.mikienet.com/linux/LFS-6.5-untar-list > > ... to unTAR my packages so I don't have to do it manually. > > When I run it I get: > > tar: /mnt/lfs/sources/zlib-1.2.3.tar.bz2\r: Cannot open: No such file or
The \r says it found return character in the file. Did you edit it in a Windows text editor? Edit the file in vim and do :%s/\r// :wq -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
