OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/adaptivecpp?expand=0&rev=2
34 lines
726 B
Diff
34 lines
726 B
Diff
From af436323b9fff366ac50f8a44a045acc0077ca02 Mon Sep 17 00:00:00 2001
|
|
From: VaiTon <eyadlorenzo@gmail.com>
|
|
Date: Mon, 18 Nov 2024 15:18:04 +0100
|
|
Subject: [PATCH 1/3] 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 2368348..bab3917 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.0
|
|
|