1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
|
From a5c0e7bab44a19590d58d523eacccd3690373820 Mon Sep 17 00:00:00 2001
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: Fri, 30 Oct 2020 22:08:37 +0000
Subject: [PATCH] Revert "Perl shebang portability changes"
This reverts commit 7d1e5116b673b3655837e0ce549e7781702d309c.
Ref: https://www.debian.org/doc/debian-policy/ch-files.html#scripts
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
---
bin/PerlACE/ConfigList.pm | 2 +-
bin/PerlACE/MSProject.pm | 2 +-
bin/PerlACE/Process.pm | 2 +-
bin/PerlACE/ProcessAndroid.pm | 2 +-
bin/PerlACE/ProcessLVRT.pm | 2 +-
bin/PerlACE/ProcessVX.pm | 2 +-
bin/PerlACE/ProcessVX_Unix.pm | 2 +-
bin/PerlACE/ProcessVX_Win32.pm | 2 +-
bin/PerlACE/ProcessWinCE.pm | 2 +-
bin/PerlACE/ProcessWinCE_Unix.pm | 2 +-
bin/PerlACE/Process_Unix.pm | 2 +-
bin/PerlACE/Process_VMS.pm | 2 +-
bin/PerlACE/Process_Win32.pm | 2 +-
bin/PerlACE/Run_Test.pm | 2 +-
bin/PerlACE/TestTarget.pm | 2 +-
bin/PerlACE/TestTarget_Android.pm | 2 +-
bin/PerlACE/TestTarget_LVRT.pm | 2 +-
bin/PerlACE/TestTarget_VxWorks.pm | 2 +-
bin/PerlACE/TestTarget_WinCE.pm | 2 +-
bin/Uniqueid.pm | 2 +-
20 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/bin/PerlACE/ConfigList.pm b/bin/PerlACE/ConfigList.pm
index dad60082d39..612c94cb4c2 100644
--- a/bin/PerlACE/ConfigList.pm
+++ b/bin/PerlACE/ConfigList.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ConfigList;
use strict;
diff --git a/bin/PerlACE/MSProject.pm b/bin/PerlACE/MSProject.pm
index 1797a609e81..4c650069c98 100644
--- a/bin/PerlACE/MSProject.pm
+++ b/bin/PerlACE/MSProject.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::MSProject;
diff --git a/bin/PerlACE/Process.pm b/bin/PerlACE/Process.pm
index 854ad19039d..4bccbe7daa8 100644
--- a/bin/PerlACE/Process.pm
+++ b/bin/PerlACE/Process.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::Process;
diff --git a/bin/PerlACE/ProcessAndroid.pm b/bin/PerlACE/ProcessAndroid.pm
index d13491d6ed6..a00864a5804 100644
--- a/bin/PerlACE/ProcessAndroid.pm
+++ b/bin/PerlACE/ProcessAndroid.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessAndroid;
diff --git a/bin/PerlACE/ProcessLVRT.pm b/bin/PerlACE/ProcessLVRT.pm
index dec06b8b2e6..f5ee2de444a 100644
--- a/bin/PerlACE/ProcessLVRT.pm
+++ b/bin/PerlACE/ProcessLVRT.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
#
# ProcessLVRT - how to run ACE+TAO tests on a LabVIEW RT target.
# Tests on LabVIEW RT are not executables - LabVIEW RT can't start plain
diff --git a/bin/PerlACE/ProcessVX.pm b/bin/PerlACE/ProcessVX.pm
index 3bbbef245a4..808c6ace375 100644
--- a/bin/PerlACE/ProcessVX.pm
+++ b/bin/PerlACE/ProcessVX.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessVX;
diff --git a/bin/PerlACE/ProcessVX_Unix.pm b/bin/PerlACE/ProcessVX_Unix.pm
index e254567de37..56b5641c971 100644
--- a/bin/PerlACE/ProcessVX_Unix.pm
+++ b/bin/PerlACE/ProcessVX_Unix.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessVX;
diff --git a/bin/PerlACE/ProcessVX_Win32.pm b/bin/PerlACE/ProcessVX_Win32.pm
index 3b506b60504..d651d38a5cf 100644
--- a/bin/PerlACE/ProcessVX_Win32.pm
+++ b/bin/PerlACE/ProcessVX_Win32.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessVX;
diff --git a/bin/PerlACE/ProcessWinCE.pm b/bin/PerlACE/ProcessWinCE.pm
index bd86b6a1e2f..f0784e4590f 100644
--- a/bin/PerlACE/ProcessWinCE.pm
+++ b/bin/PerlACE/ProcessWinCE.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessVX;
diff --git a/bin/PerlACE/ProcessWinCE_Unix.pm b/bin/PerlACE/ProcessWinCE_Unix.pm
index af82496e352..570084af6cd 100644
--- a/bin/PerlACE/ProcessWinCE_Unix.pm
+++ b/bin/PerlACE/ProcessWinCE_Unix.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::ProcessVX;
diff --git a/bin/PerlACE/Process_Unix.pm b/bin/PerlACE/Process_Unix.pm
index 73b2b706665..6202626cce1 100644
--- a/bin/PerlACE/Process_Unix.pm
+++ b/bin/PerlACE/Process_Unix.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::Process;
diff --git a/bin/PerlACE/Process_VMS.pm b/bin/PerlACE/Process_VMS.pm
index 6c89c3f9e9b..9affb6d5ae2 100644
--- a/bin/PerlACE/Process_VMS.pm
+++ b/bin/PerlACE/Process_VMS.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::Process;
diff --git a/bin/PerlACE/Process_Win32.pm b/bin/PerlACE/Process_Win32.pm
index b0e3c339f00..3fac8943491 100644
--- a/bin/PerlACE/Process_Win32.pm
+++ b/bin/PerlACE/Process_Win32.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
use PerlACE::Run_Test;
diff --git a/bin/PerlACE/Run_Test.pm b/bin/PerlACE/Run_Test.pm
index 124fd111a0e..712a0f9b2ae 100644
--- a/bin/PerlACE/Run_Test.pm
+++ b/bin/PerlACE/Run_Test.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
# This module contains a few miscellaneous functions and some
# startup ARGV processing that is used by all tests.
diff --git a/bin/PerlACE/TestTarget.pm b/bin/PerlACE/TestTarget.pm
index 347c6cf3a2f..3a5477b87dc 100644
--- a/bin/PerlACE/TestTarget.pm
+++ b/bin/PerlACE/TestTarget.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
#
# The TestTarget class is for operations that are per-target while testing.
# They can be overridden for specific needs like embedded systems, etc.
diff --git a/bin/PerlACE/TestTarget_Android.pm b/bin/PerlACE/TestTarget_Android.pm
index 3c9ed08d59c..b6d0859b239 100644
--- a/bin/PerlACE/TestTarget_Android.pm
+++ b/bin/PerlACE/TestTarget_Android.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::TestTarget_Android;
# ******************************************************************
diff --git a/bin/PerlACE/TestTarget_LVRT.pm b/bin/PerlACE/TestTarget_LVRT.pm
index 42c6cbd8615..79371d9800c 100644
--- a/bin/PerlACE/TestTarget_LVRT.pm
+++ b/bin/PerlACE/TestTarget_LVRT.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
#
# TestTarget_LVRT - how to manage the test environment on a LabVIEW RT target.
#
diff --git a/bin/PerlACE/TestTarget_VxWorks.pm b/bin/PerlACE/TestTarget_VxWorks.pm
index 9780b80155b..c46eb88a57e 100644
--- a/bin/PerlACE/TestTarget_VxWorks.pm
+++ b/bin/PerlACE/TestTarget_VxWorks.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::TestTarget_VxWorks;
diff --git a/bin/PerlACE/TestTarget_WinCE.pm b/bin/PerlACE/TestTarget_WinCE.pm
index b4144b9c344..2aba983da24 100644
--- a/bin/PerlACE/TestTarget_WinCE.pm
+++ b/bin/PerlACE/TestTarget_WinCE.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
package PerlACE::TestTarget_WinCE;
# ******************************************************************
diff --git a/bin/Uniqueid.pm b/bin/Uniqueid.pm
index 3e453a4695d..5ff95403b0f 100644
--- a/bin/Uniqueid.pm
+++ b/bin/Uniqueid.pm
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#! /usr/bin/perl
sub uniqueid
{
if ($^O eq "MSWin32")
--
2.11.0
|