--- Marcel Telka <[EMAIL PROTECTED]> wrote: > Hi. > > There is an error in the latest generic-build-script (1.34). Parameter all > doesn't work. > > Steps to reproduce the problem: > > $ cp generic-build-script a-1-1.sh > $ touch a-1.tar.bz2 > $ ./a-1-1.sh all > ./a-1-1.sh: line 408: almostall: command not found > $ > > > Regards. >
Yeah, I noticed that too. Since almostall is not a function, it won't work. Just edit the all line, and replace almostall with the commands it represents.