Bj�rn Johansson wrote:
Hi.
I have a really silly question here. I have now downloaded
and installed lha(stable version), but it won't extract
any of my LhA archives. I can test the archive, this goes
without any problems.
I'm using lha x archive.lha
Is this version of lha buggy or am I doing something
wrong here?
I'm using lha from unstable (lha 1.14i-5) here, no problems so far.
I just tried to downgrade to lha 1.14i-2 from stable, it managed to
extract all my archives (complete /disk/salv/ from aminet, among other
things (I had overwritten my RDB with some bad data yesterday and needed
the system up and running this morning...)). It didn't like lha x *.lha
(under AmigaOS you would send it the parameter #? for any number of any
character and it would figure out the number of files itself, but bash
expansion works a bit differently. The program only takes one archive as
argument, anything else is files...), but "for file in *.lha ; do lha x
$file ; done" worked nicely...
I'm rambling, aren't I?