summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 10:57:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-08-23 15:59:34 +0200
commit5458e6bd182260ba606d0ac40a9d7abc2aa935f2 (patch)
tree9d2b8d8374c483a600df0b758aba676e4aa6a647
parent473b893c7e3be0cfd6a050723ccdaea53e88cafb (diff)
downloadcurl-5458e6bd182260ba606d0ac40a9d7abc2aa935f2.tar.gz
scripts: invoke interpreters through /usr/bin/env
Closes #7602
-rwxr-xr-xMacOSX-Framework2
-rw-r--r--lib/optiontable.pl2
-rwxr-xr-xscripts/copyright.pl2
-rwxr-xr-xscripts/delta2
-rwxr-xr-xscripts/release-notes.pl2
-rwxr-xr-xscripts/singleuse.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index fdf51d6a9..1a6bc02d5 100755
--- a/MacOSX-Framework
+++ b/MacOSX-Framework
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index 31cfbcee6..713ed9870 100644
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
print <<HEAD
/***************************************************************************
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 8ead378bd..37d55cfc7 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/delta b/scripts/delta
index 54d662ef6..29b25597b 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index a6d9eb1d9..d52c2554c 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
diff --git a/scripts/singleuse.pl b/scripts/singleuse.pl
index a152ffc40..c3d0510c4 100755
--- a/scripts/singleuse.pl
+++ b/scripts/singleuse.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |