>> It specifies "fgrep" as program to test, but fgrep is a shell script, >> and altought the shebang is correctly patched, it needs "grep" binary >> in the path (which is not at this stage). > > have you tried it with reverting commit > 84cbe39c5a21495647ab6528715c42e4c5b94e83 ?
Kind of; I changed program to test to "true" (like it was before the commit) but I did not remove the shebang patching, which was being correctly done and did not harm. That allowed me to go on (and hit the next problem some minutes later ;) ) Anyways, Mark has fixed it already. BR Carlos