From 4c3e0953ab9f1f10990eae24a5ee6db089eeabc1 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Tue, 5 Jan 2021 14:46:48 +0000 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 3978563f..c66da166 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 70e5dc3f..c3e115c8 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