From d4e40f0690befff7e4668f69850674f29a0c453b Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 7 Jan 2018 01:34:46 -0500 Subject: scripts: allow all perl scripts to be run directly - Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Closes https://github.com/curl/curl/pull/2222 --- tests/libtest/mk-lib1521.pl | 0 tests/manpage-scan.pl | 0 tests/mem-include-scan.pl | 0 tests/nroff-scan.pl | 0 tests/server/base64.pl | 2 +- tests/symbol-scan.pl | 0 6 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/libtest/mk-lib1521.pl mode change 100644 => 100755 tests/manpage-scan.pl mode change 100644 => 100755 tests/mem-include-scan.pl mode change 100644 => 100755 tests/nroff-scan.pl mode change 100644 => 100755 tests/server/base64.pl mode change 100644 => 100755 tests/symbol-scan.pl (limited to 'tests') diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl old mode 100644 new mode 100755 diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl old mode 100644 new mode 100755 diff --git a/tests/mem-include-scan.pl b/tests/mem-include-scan.pl old mode 100644 new mode 100755 diff --git a/tests/nroff-scan.pl b/tests/nroff-scan.pl old mode 100644 new mode 100755 diff --git a/tests/server/base64.pl b/tests/server/base64.pl old mode 100644 new mode 100755 index 2eab1fa4d..449c3103a --- a/tests/server/base64.pl +++ b/tests/server/base64.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use MIME::Base64 qw(encode_base64); diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl old mode 100644 new mode 100755 -- cgit v1.2.1