]> xenbits.xensource.com Git - qemu-xen.git/commit
Makefile: Remove /usr/bin/env wrapper from the SHELL variable
authorThomas Huth <thuth@redhat.com>
Mon, 5 Jul 2021 08:25:42 +0000 (10:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Jul 2021 17:20:46 +0000 (19:20 +0200)
commitbc05439334061f6adc04e4a044d490f961e7e0c3
tree738cb28865b68ae5ae9189c1b3b03653f8ce4098
parent715167a36c2b152f6511cff690180c1254ae039f
Makefile: Remove /usr/bin/env wrapper from the SHELL variable

The wrapper should not be needed here (it's not the shebang line of
a shell script), and it is causing trouble on Haiku where "env"
resides in a different directory.

Reported-by: Richard Zak <richard.j.zak@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210705082542.936856-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile