[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 1/7] target/hexagon/idef-parser/prepare: use env to invoke bash
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 1/7] target/hexagon/idef-parser/prepare: use env to invoke bash |
Date: |
Tue, 28 Nov 2023 14:37:34 +0100 |
From: Samuel Tardieu <sam@rfc1149.net>
This file is the only one involved in the compilation process which
still uses the /bin/bash path.
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-ID: <20231123211506.636533-1-sam@rfc1149.net>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
target/hexagon/idef-parser/prepare | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/hexagon/idef-parser/prepare
b/target/hexagon/idef-parser/prepare
index 72d6fcbd21..cb3622d4f8 100755
--- a/target/hexagon/idef-parser/prepare
+++ b/target/hexagon/idef-parser/prepare
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Copyright(c) 2019-2021 rev.ng Labs Srl. All Rights Reserved.
--
2.41.0
- [PULL 0/7] Misc fixes for 2023-11-28, Philippe Mathieu-Daudé, 2023/11/28
- [PULL 1/7] target/hexagon/idef-parser/prepare: use env to invoke bash,
Philippe Mathieu-Daudé <=
- [PULL 2/7] hw/isa/vt82c686: Bring back via_isa_set_irq(), Philippe Mathieu-Daudé, 2023/11/28
- [PULL 3/7] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts, Philippe Mathieu-Daudé, 2023/11/28
- [PULL 4/7] hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq(), Philippe Mathieu-Daudé, 2023/11/28
- [PULL 5/7] hw/audio/via-ac97: Route interrupts using via_isa_set_irq(), Philippe Mathieu-Daudé, 2023/11/28
- [PULL 6/7] hw/avr/atmega: Fix wrong initial value of stack pointer, Philippe Mathieu-Daudé, 2023/11/28
- [PULL 7/7] docs/s390: Fix wrong command example in s390-cpu-topology.rst, Philippe Mathieu-Daudé, 2023/11/28
- Re: [PULL 0/7] Misc fixes for 2023-11-28, Stefan Hajnoczi, 2023/11/28