From e65dfc94b8e973f7f15f271ca0a689c698c0f970 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Thu, 23 Jan 2025 08:49:29 +0100 Subject: [PATCH] Fix shebang for the perl scripts Last-Update: 2020-11-08 Gbp-Pq: Name 60_fix_path_perl.patch --- Utilities/Doxygen/doc_class2example.pl | 2 +- Utilities/Doxygen/doc_cleanhtml.pl | 2 +- Utilities/Doxygen/doc_codematch.pl | 2 +- Utilities/Doxygen/doc_index.pl | 2 +- Utilities/Doxygen/doc_rmpath.pl | 2 +- Utilities/Doxygen/doc_version.pl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Utilities/Doxygen/doc_class2example.pl b/Utilities/Doxygen/doc_class2example.pl index cc51f4d2..65db2684 100755 --- a/Utilities/Doxygen/doc_class2example.pl +++ b/Utilities/Doxygen/doc_class2example.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2004-06-09 11:12:38 barre> # # Build cross-references between classes and examples diff --git a/Utilities/Doxygen/doc_cleanhtml.pl b/Utilities/Doxygen/doc_cleanhtml.pl index 049f6af0..c1cad81d 100755 --- a/Utilities/Doxygen/doc_cleanhtml.pl +++ b/Utilities/Doxygen/doc_cleanhtml.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2002-10-25 20:17:59 barre> # # Clean the HTML generated by Doxygen to remove some layout quicks diff --git a/Utilities/Doxygen/doc_codematch.pl b/Utilities/Doxygen/doc_codematch.pl index 9e735e34..a4843a07 100755 --- a/Utilities/Doxygen/doc_codematch.pl +++ b/Utilities/Doxygen/doc_codematch.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2002-01-18 16:17:26 barre> # # Summary ? diff --git a/Utilities/Doxygen/doc_index.pl b/Utilities/Doxygen/doc_index.pl index 961e6b20..f97c8076 100755 --- a/Utilities/Doxygen/doc_index.pl +++ b/Utilities/Doxygen/doc_index.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2001-11-21 17:40:48 barre> # # Build full-text index diff --git a/Utilities/Doxygen/doc_rmpath.pl b/Utilities/Doxygen/doc_rmpath.pl index af44845c..b31af3e5 100755 --- a/Utilities/Doxygen/doc_rmpath.pl +++ b/Utilities/Doxygen/doc_rmpath.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2001-10-05 11:49:40 barre> # # Remove path to intermediate Doxygen dir from html doc diff --git a/Utilities/Doxygen/doc_version.pl b/Utilities/Doxygen/doc_version.pl index 28929a47..e7ff9d70 100755 --- a/Utilities/Doxygen/doc_version.pl +++ b/Utilities/Doxygen/doc_version.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Time-stamp: <2006-11-15 13:25:02 barre> # # Extract VTK version and add it to documentation -- 2.30.2