All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
@ 2023-11-23 20:57 Samuel Tardieu
  2023-12-25  8:05 ` Michael Tokarev
  0 siblings, 1 reply; 10+ messages in thread
From: Samuel Tardieu @ 2023-11-23 20:57 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Samuel Tardieu

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>
---
 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.42.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
@ 2023-11-23 21:15 Samuel Tardieu
  2023-11-23 21:18 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Samuel Tardieu @ 2023-11-23 21:15 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Samuel Tardieu, Alessandro Di Federico,
	Anton Johansson

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>
---
 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.42.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-12-25 13:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 20:57 [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash Samuel Tardieu
2023-12-25  8:05 ` Michael Tokarev
2023-12-25  8:15   ` Samuel Tardieu
2023-12-25  8:17   ` Stefan Weil
2023-12-25  8:17     ` Stefan Weil via
  -- strict thread matches above, loose matches on Subject: below --
2023-11-23 21:15 Samuel Tardieu
2023-11-23 21:18 ` Philippe Mathieu-Daudé
2023-11-24 11:10 ` Anton Johansson
2023-11-24 11:10   ` Anton Johansson via
2023-11-28 13:14 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.