File 0001-Use-bin-env-python3-instead-of-python3-in-scripts.patch of Package adaptivecpp
From 0559caa004e4e53d2234f00c932e50e3a721874a Mon Sep 17 00:00:00 2001 From: VaiTon <eyadlorenzo@gmail.com> Date: Mon, 18 Nov 2024 15:18:04 +0100 Subject: [PATCH 1/2] Use /bin/env python3 instead of python3 in scripts --- bin/acpp | 2 +- cmake/syclcc-launcher | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/acpp b/bin/acpp index ba16ce2..f4bfd67 100755 --- a/bin/acpp +++ b/bin/acpp @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 ''' * diff --git a/cmake/syclcc-launcher b/cmake/syclcc-launcher index b56341c..6083201 100755 --- a/cmake/syclcc-launcher +++ b/cmake/syclcc-launcher @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ * -- 2.47.1