On 1/29/26 9:58 AM, Michael S. Tsirkin wrote:
On Thu, Jan 29, 2026 at 05:40:04PM +0100, Mohamed Mediouni wrote:
/usr/bin/bash isn't guaranteed to be present. Switch
to /usr/bin/env bash.
Rename disassemle to disassemble in the same commit.
Adapt the correponding message in rebuild-expected-aml.
Signed-off-by: Mohamed Mediouni <[email protected]>
/bin/bash then - that's in the posix standard I think.
Using /usr/bin/env bash is a pretty "standard" and good practice.
https://stackoverflow.com/questions/21612980/why-is-usr-bin-env-bash-superior-to-bin-bash
Regards,
Pierrick