File fix_script_shebangs.patch of Package dune-common
diff --git a/bin/dune-ctest b/bin/dune-ctest index 89ec677a1..f6e831bad 100755 --- a/bin/dune-ctest +++ b/bin/dune-ctest @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception # diff --git a/bin/dunecontrol b/bin/dunecontrol index df96f26f0..4dfa6dae2 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -1,4 +1,4 @@ -#!/usr/bin/env 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 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 # SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception diff --git a/bin/duneproject b/bin/duneproject index 7cf9197d3..73c791ee8 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash # -*- indent-tabs-mode: nil; sh-basic-offset: 2; sh-indentation: 2 -*- # vi: set et sw=2: # SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root --- a/bin/dune-add-spdx +++ b/bin/dune-add-spdx @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception 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 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # 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 # SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception