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 --- scripts/log2changes.pl | 2 +- scripts/updatemanpages.pl | 2 +- scripts/zsh.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/log2changes.pl b/scripts/log2changes.pl index 667daabf0..f3454b01f 100755 --- a/scripts/log2changes.pl +++ b/scripts/log2changes.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # git log --pretty=fuller --no-color --date=short --decorate=full diff --git a/scripts/updatemanpages.pl b/scripts/updatemanpages.pl index 6a58dbd42..e144bad11 100755 --- a/scripts/updatemanpages.pl +++ b/scripts/updatemanpages.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl #*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | diff --git a/scripts/zsh.pl b/scripts/zsh.pl index 82b4d9fa2..1257190df 100755 --- a/scripts/zsh.pl +++ b/scripts/zsh.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Generate ZSH completion -- cgit v1.2.3