Re: [PATCH 1/3] scripts: nixify archive-source.sh

2025-04-28 Thread Joel Granados
On Thu, Apr 10, 2025 at 02:18:01PM +0200, Paolo Bonzini wrote: > On 4/8/25 22:14, Joel Granados wrote: > > Use "#!/usr/bin/env bash" instead of "#!/bin/bash". This is necessary > > for nix environments as they only provide /usr/bin/env at the standard > > location. > > I am confused, how does this

Re: [PATCH 1/3] scripts: nixify archive-source.sh

2025-04-10 Thread Paolo Bonzini
On 4/8/25 22:14, Joel Granados wrote: Use "#!/usr/bin/env bash" instead of "#!/bin/bash". This is necessary for nix environments as they only provide /usr/bin/env at the standard location. I am confused, how does this not break everything else? All the test scripts in tests/docker/test-* have

Re: [PATCH 1/3] scripts: nixify archive-source.sh

2025-04-09 Thread Thomas Huth
On 08/04/2025 22.14, Joel Granados wrote: Use "#!/usr/bin/env bash" instead of "#!/bin/bash". This is necessary for nix environments as they only provide /usr/bin/env at the standard location. Signed-off-by: Joel Granados --- scripts/archive-source.sh | 2 +- 1 file changed, 1 insertion(+),