2022-11-24 06:08:02 +00:00
|
|
|
diff --git a/bin/dune-ctest b/bin/dune-ctest
|
|
|
|
|
index 89ec677a1..f6e831bad 100755
|
|
|
|
|
--- a/bin/dune-ctest
|
|
|
|
|
+++ b/bin/dune-ctest
|
2019-11-25 21:28:25 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#! /usr/bin/env python3
|
2022-11-24 06:08:02 +00:00
|
|
|
+#!/usr/bin/python3
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
2022-11-24 06:08:02 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
2019-11-25 21:28:25 +00:00
|
|
|
#
|
2022-11-24 06:08:02 +00:00
|
|
|
diff --git a/bin/dunecontrol b/bin/dunecontrol
|
|
|
|
|
index df96f26f0..4dfa6dae2 100755
|
|
|
|
|
--- a/bin/dunecontrol
|
|
|
|
|
+++ b/bin/dunecontrol
|
2019-11-25 21:28:25 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!/usr/bin/env bash
|
|
|
|
|
+#!/bin/bash
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
2022-11-24 06:08:02 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
2019-11-25 21:28:25 +00:00
|
|
|
|
2022-11-24 06:08:02 +00:00
|
|
|
diff --git a/bin/dunepackaging.py b/bin/dunepackaging.py
|
|
|
|
|
index 723fb98f2..4cca715ae 100755
|
|
|
|
|
--- a/bin/dunepackaging.py
|
|
|
|
|
+++ b/bin/dunepackaging.py
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!/usr/bin/env python3
|
|
|
|
|
+#!/usr/bin/python3
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
2022-11-24 06:08:02 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
2019-11-25 21:28:25 +00:00
|
|
|
|
2022-11-24 06:08:02 +00:00
|
|
|
diff --git a/bin/duneproject b/bin/duneproject
|
|
|
|
|
index 7cf9197d3..73c791ee8 100755
|
|
|
|
|
--- a/bin/duneproject
|
|
|
|
|
+++ b/bin/duneproject
|
2019-11-25 21:28:25 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!/usr/bin/env bash
|
2022-11-24 06:08:02 +00:00
|
|
|
+#!/usr/bin/bash
|
2020-12-06 22:22:43 +00:00
|
|
|
# -*- indent-tabs-mode: nil; sh-basic-offset: 2; sh-indentation: 2 -*-
|
|
|
|
|
# vi: set et sw=2:
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
|
|
|
|
--- a/bin/dune-add-spdx
|
|
|
|
|
+++ b/bin/dune-add-spdx
|
2022-11-24 06:08:02 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
2024-11-07 06:02:52 +00:00
|
|
|
-#! /usr/bin/env python3
|
2022-11-24 06:08:02 +00:00
|
|
|
+#!/usr/bin/python3
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
2022-11-24 06:08:02 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
2019-11-25 21:28:25 +00:00
|
|
|
|
2022-11-24 06:08:02 +00:00
|
|
|
diff --git a/cmake/scripts/extract_cmake_data.py b/cmake/scripts/extract_cmake_data.py
|
|
|
|
|
index f9ba3337f..c7c5edc57 100755
|
|
|
|
|
--- a/cmake/scripts/extract_cmake_data.py
|
|
|
|
|
+++ b/cmake/scripts/extract_cmake_data.py
|
2019-11-25 21:28:25 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!/usr/bin/env python
|
|
|
|
|
+#!/usr/bin/python3
|
2024-11-07 06:02:52 +00:00
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
|
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
|
|
|
|
|
|
|
|
|
--- a/cmake/scripts/run-in-dune-env.sh.in
|
|
|
|
|
+++ b/cmake/scripts/run-in-dune-env.sh.in
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!@BASH@
|
|
|
|
|
+#!/bin/bash
|
|
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
|
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
|
|
|
|
|
|
|
|
|
--- a/cmake/scripts/set-dune-pythonpath.sh.in
|
|
|
|
|
+++ b/cmake/scripts/set-dune-pythonpath.sh.in
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!@BASH@
|
|
|
|
|
+#!/bin/bash
|
|
|
|
|
# SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
|
2022-11-24 06:08:02 +00:00
|
|
|
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
|
|
|
|
|
|