Hi Tino, > How does it vary? $BASH is set by AC_PATH_PROG(BASH, bash, no) at > https://github.com/apertium/apertium-anaphora/blob/master/configure.ac#L39 > which should never find /bin/sh
It varies as follows: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/apertium-anaphora.html … although that doesn't really answer the question. I wonder if it is (reverse?) resolving symlinks? I'm afraid I didn't poke deep into it enough... > What I did for apertium is to change it to /usr/bin/env bash (which a > helper script turns into /bin/bash for Debian packaging), which I can > also do for apertium-anaphora and other Apertium tools. Ah, interesting. Sounds like this should work. Best wishes, -- ,''`. : :' : Chris Lamb `. `'` [email protected] 🍥 chris-lamb.co.uk `-

