qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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; 7+ 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] 7+ messages in thread
[parent not found: <20231123205742.630004-1-sam@rfc1149.net>]

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 21:15 [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash Samuel Tardieu
2023-11-23 21:18 ` Philippe Mathieu-Daudé
2023-11-24 11:10 ` Anton Johansson via
2023-11-28 13:14 ` Philippe Mathieu-Daudé
     [not found] <20231123205742.630004-1-sam@rfc1149.net>
2023-12-25  8:05 ` Michael Tokarev
2023-12-25  8:15   ` Samuel Tardieu
2023-12-25  8:17   ` Stefan Weil via

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).